Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Update .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed Jun 20, 2013
1 parent 34da3d3 commit 809b98e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ install:
- sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/
# supports skip
- sudo luarocks install https://raw.github.com/moteus/lunit/moteus-skip/rockspecs/lunitx-scm.mot.skip-0.rockspec
- sudo luarocks install https://raw.github.com/moteus/luacrypto/moteus-rockspec/rockspecs/luacrypto-0.3.2-1.rockspec
- sudo luarocks install luacrypto
- sudo luarocks install lua-iconv
- sudo luarocks install deps/lzlib-0.4.work3-1.rockspec;
- if [ $LUA = "lua5.2" ]; then
sudo luarocks install deps/lbase64-0.1-2.rockspec;
- sudo luarocks install lzlib
- if [ $LUA_VER = "5.1" ]; then
sudo luarocks install lbase64 20120820;
else
sudo luarocks install lbase64;
sudo luarocks install lbase64 20120807;
fi
- sudo luarocks install deps/struct-1.4-1.rockspec
- sudo luarocks install struct
- if [ $LUA = "lua5.1" ]; then
sudo luarocks install bit32;
fi
Expand Down

0 comments on commit 809b98e

Please sign in to comment.