Skip to content

Commit

Permalink
Travis: Install optipng in the before_install hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jun 16, 2015
1 parent 3b4fc5c commit fd95298
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 @@ -2,5 +2,5 @@ language: node_js
node_js:
- "0.10"
- "0.12"
before_install: "npm install -g npm && npm cache clean"
before_install: "sudo apt-get update && sudo apt-get install -y optipng && npm install -g npm && npm cache clean"
script: "npm run-script travis"

0 comments on commit fd95298

Please sign in to comment.