Skip to content

Commit

Permalink
no luabitop for luajit
Browse files Browse the repository at this point in the history
  • Loading branch information
FourierTransformer committed Nov 28, 2014
1 parent cc4a32d commit 7674960
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ before_install:

install:
- sudo luarocks install tablesalt
- sudo luarocks install luabitop
- if [ $LUA != "luajit" ]; then
sudo luarocks install luabitop;
fi
- sudo luarocks install luafilesystem
- sudo luarocks install luacov
- sudo luarocks install busted
Expand Down

0 comments on commit 7674960

Please sign in to comment.