aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-09-29 21:59:58 -0300
committerHisham Muhammad <hisham@gobolinux.org>2017-09-29 21:59:58 -0300
commitebeb01cb7d82210d002780e6d6a4b0b34285ae53 (patch)
tree617ec29146e8e608f75074536bfdcb218e9a43ec
parent047760470db0874bbf3250f565a6c1d12dcafdee (diff)
downloadluarocks-ebeb01cb7d82210d002780e6d6a4b0b34285ae53.tar.gz
luarocks-ebeb01cb7d82210d002780e6d6a4b0b34285ae53.tar.bz2
luarocks-ebeb01cb7d82210d002780e6d6a4b0b34285ae53.zip
Travis: fix use of cache
-rw-r--r--.travis.yml4
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
56before_install: 56before_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
61install: 61install: