Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
travis: also install jpegtran and friends
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jan 14, 2016
1 parent c88e405 commit 51998cc
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 @@ -6,7 +6,7 @@ node_js:
- "4.2"
before_install:
- "sudo apt-get update"
- "sudo apt-get install libavahi-compat-libdnssd-dev"
- "sudo apt-get install libavahi-compat-libdnssd-dev jpegtran optipng gifsicle"
- "npm install -g grunt-cli bower"
script:
- "npm test"
Expand Down

0 comments on commit 51998cc

Please sign in to comment.