Skip to content

Commit

Permalink
build(travis): try to install missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 4, 2018
1 parent 1a0b35e commit 21b6f94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
os: linux
dist: trusty
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libgif-dev
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
Expand Down

0 comments on commit 21b6f94

Please sign in to comment.