Skip to content

Commit

Permalink
new webp and ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Sep 6, 2015
1 parent 2bdc88f commit 5e2775d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.3
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rvm:
- 1.9.3
- 2.0
- 2.1
- 2.0
- 2.2
- jruby-19mode
- rbx-19mode
- ruby-head
Expand Down
6 changes: 3 additions & 3 deletions spec/travis_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/usr/bin/env sh
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
wget http://downloads.webmproject.org/releases/webp/libwebp-0.4.3.tar.gz
tar xvzf libwebp-0.4.3.tar.gz
cd libwebp-0.4.3
./configure --prefix=$HOME/opt
make && make install

0 comments on commit 5e2775d

Please sign in to comment.