diff options
author | Hisham <hisham@gobolinux.org> | 2016-07-28 18:15:35 -0300 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-07-28 18:15:35 -0300 |
commit | 83b0f6d2343f2631b9dc96c09c2bc4b2cfadd17f (patch) | |
tree | b2c5c80fe573a0bd6e3efb8cea3c9a19dc1ab575 /.travis.yml | |
parent | 628779b5a2357685221f62141bec22c0e84a24f1 (diff) | |
download | luarocks-83b0f6d2343f2631b9dc96c09c2bc4b2cfadd17f.tar.gz luarocks-83b0f6d2343f2631b9dc96c09c2bc4b2cfadd17f.tar.bz2 luarocks-83b0f6d2343f2631b9dc96c09c2bc4b2cfadd17f.zip |
Tweak tests for luarocks-3 branch.
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 02bdb6c9..86f7bbad 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -42,7 +42,7 @@ matrix: | |||
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; brew install python; fi |
44 | - pip install hererocks | 44 | - pip install hererocks |
45 | - hererocks lua_install -r^ --$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 |
47 | 47 | ||
48 | install: | 48 | install: |