aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-10-15 10:19:34 -0700
committerHisham <hisham@gobolinux.org>2016-10-15 10:19:34 -0700
commit6f928845e8d167cf4caf4828a79069d9b71cffd8 (patch)
tree98fabdaaf9f7ac6f6f0a5938c8b9a2d5d52a87fa /.travis.yml
parenta47f54bb139aa3b932d807e89a0691dfdfaa9723 (diff)
parentbcd4344e557476e00e10796f6f82927904c23c88 (diff)
downloadluarocks-6f928845e8d167cf4caf4828a79069d9b71cffd8.tar.gz
luarocks-6f928845e8d167cf4caf4828a79069d9b71cffd8.tar.bz2
luarocks-6f928845e8d167cf4caf4828a79069d9b71cffd8.zip
Merge branch 'master' into luarocks-3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f32d3a2..e651cb98 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@ matrix:
40 40
41 41
42before_install: 42before_install:
43 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install python; fi 43 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update;fi
44 - pip install hererocks 44 - pip install hererocks
45 - hererocks lua_install --luarocks @luarocks-3 --$LUA 45 - hererocks lua_install --luarocks @luarocks-3 --$LUA
46 - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH 46 - export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH