Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
fix travis linux build, added missing deps (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
luclu committed Sep 27, 2016
1 parent 2d31c3b commit a49f617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ node_js:


before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y icnsutils - sudo apt-get install -y icnsutils graphicsmagick xz-utils


before_script: before_script:
- "export DISPLAY=:99.0" - "export DISPLAY=:99.0"
Expand Down

0 comments on commit a49f617

Please sign in to comment.