Skip to content

Commit

Permalink
stable build
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Jul 31, 2014
1 parent fdf0a09 commit a1ca8a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/travis_build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/usr/bin/env sh
wget http://downloads.webmproject.org/releases/webp/libwebp-0.4.1.tar.gz
tar xvzf libwebp-0.4.1.tar.gz
cd libwebp-0.4.1
wget https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz
tar xvzf libwebp-0.4.0.tar.gz
cd libwebp-0.4.0
./configure
make
sudo make install
Expand Down

0 comments on commit a1ca8a8

Please sign in to comment.