diff options
author | Hisham <hisham@gobolinux.org> | 2016-10-15 10:19:34 -0700 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-10-15 10:19:34 -0700 |
commit | 6f928845e8d167cf4caf4828a79069d9b71cffd8 (patch) | |
tree | 98fabdaaf9f7ac6f6f0a5938c8b9a2d5d52a87fa /.travis.yml | |
parent | a47f54bb139aa3b932d807e89a0691dfdfaa9723 (diff) | |
parent | bcd4344e557476e00e10796f6f82927904c23c88 (diff) | |
download | luarocks-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.yml | 2 |
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 | ||
42 | before_install: | 42 | before_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 |