Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Dec 8, 2014
1 parent 210e7c1 commit 17d4d95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rvm:
- ruby-head
- jruby-head

sudo: false
sudo: true

notifications:
email: false
Expand Down
8 changes: 4 additions & 4 deletions spec/travis_build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/usr/bin/env sh
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
wget http://downloads.webmproject.org/releases/webp/libwebp-0.4.2.tar.gz
tar xvzf libwebp-0.4.2.tar.gz
cd libwebp-0.4.2
./configure
make && sudo make install
sudo ln -fs /usr/local/lib/libwebp.* /usr/lib/
sudo ln -fs /usr/local/lib/libwebp.* /usr/lib/

0 comments on commit 17d4d95

Please sign in to comment.