diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-10-30 13:26:45 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 13:26:45 -0300 |
commit | 6fb5aa9a2a87c869133d6c43bbe957366abd4d11 (patch) | |
tree | c2538462d40868a4b3c22b64de90ad5ae8ee7ddc /.travis.yml | |
parent | 63d26aaddf194769902a8d3d12c71241eeec1612 (diff) | |
download | luarocks-6fb5aa9a2a87c869133d6c43bbe957366abd4d11.tar.gz luarocks-6fb5aa9a2a87c869133d6c43bbe957366abd4d11.tar.bz2 luarocks-6fb5aa9a2a87c869133d6c43bbe957366abd4d11.zip |
Tests: add tests for luarocks.core.sysdetect (#939)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 64d3347a..67eec990 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -11,6 +11,7 @@ cache: | |||
11 | - testrun/testing_server-5.2 | 11 | - testrun/testing_server-5.2 |
12 | - testrun/testing_server-5.3 | 12 | - testrun/testing_server-5.3 |
13 | - testrun/testing_server-2.1 | 13 | - testrun/testing_server-2.1 |
14 | - testrun/binary-samples | ||
14 | 15 | ||
15 | unit_script: &unit_script | 16 | unit_script: &unit_script |
16 | - busted -o gtest --exclude-tags=git,integration --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" | 17 | - busted -o gtest --exclude-tags=git,integration --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" |