aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f5264d16..aca8460a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -121,7 +121,7 @@ jobs:
121 language: generic 121 language: generic
122 122
123before_install: 123before_install:
124 - if [ ! -f lua_install/bin/luarocks ]; then pip2 install hererocks; fi 124 - if [ ! -f lua_install/bin/luarocks ]; then pip install hererocks; fi
125 - if [ ! -f lua_install/bin/luarocks ]; then hererocks lua_install -r^ --$LUA; fi 125 - if [ ! -f lua_install/bin/luarocks ]; then hererocks lua_install -r^ --$LUA; fi
126 - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH 126 - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH
127 127