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 authored 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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ node_js:

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

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

0 comments on commit a49f617

Please sign in to comment.