Skip to content

Commit

Permalink
reorganise before_install of travis
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Aug 8, 2014
1 parent 3c06547 commit fb00375
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ script:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq advancecomp gifsicle jhead jpegoptim libjpeg-progs optipng pngcrush pngquant
- npm install -g svgo
- mkdir ~/bin
# pngout:
- wget http://static.jonof.id.au/dl/kenutils/pngout-20130221-linux.tar.gz
- tar -xzf pngout-*-linux.tar.gz
- mv pngout-*-linux pngout-linux
- npm install -g svgo
- mv pngout-*-linux/x86_64/pngout ~/bin
env:
- PATH=pngout-linux/x86_64:$PATH
- PATH=~/bin:$PATH
matrix:
allow_failures:
- rvm: ruby-head
Expand Down

0 comments on commit fb00375

Please sign in to comment.