diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7ea8b487..d66e4a0a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -54,8 +54,8 @@ matrix: | |||
54 | 54 | ||
55 | 55 | ||
56 | before_install: | 56 | before_install: |
57 | - if [ ! -d lua_install ]; then pip install hererocks; fi | 57 | - if [ ! -f lua_install/bin/luarocks ]; then pip install hererocks; fi |
58 | - if [ ! -d lua_install ]; then hererocks lua_install -r^ --$LUA; fi | 58 | - if [ ! -f lua_install/bin/luarocks ]; then hererocks lua_install -r^ --$LUA; fi |
59 | - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH | 59 | - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH |
60 | 60 | ||
61 | install: | 61 | install: |