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

Commit

Permalink
travis: fix jpegtran package name
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jan 14, 2016
1 parent 51998cc commit 02844d6
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 jpegtran optipng gifsicle"
- "sudo apt-get install libavahi-compat-libdnssd-dev libjpeg-turbo-progs optipng gifsicle"
- "npm install -g grunt-cli bower"
script:
- "npm test"
Expand Down

0 comments on commit 02844d6

Please sign in to comment.