diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 454de1ff..fea462a7 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -14,8 +14,8 @@ cache: | |||
14 | - testrun/binary-samples | 14 | - testrun/binary-samples |
15 | 15 | ||
16 | smoke_script: &smoke_script | 16 | smoke_script: &smoke_script |
17 | - ./makedist 3.0.0 | 17 | - ./makedist 3.0.4 |
18 | - ./smoke_test.sh luarocks-3.0.0.tar.gz | 18 | - ./smoke_test.sh luarocks-3.0.4.tar.gz |
19 | 19 | ||
20 | unit_script: &unit_script | 20 | unit_script: &unit_script |
21 | - busted -o gtest --exclude-tags=git,integration --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" | 21 | - busted -o gtest --exclude-tags=git,integration --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" |
@@ -25,7 +25,7 @@ integration_script: &integration_script | |||
25 | - lua -v | 25 | - lua -v |
26 | - if [ "$TRAVIS_OS_NAME" = "linux" ]; then shellcheck ./configure; fi | 26 | - if [ "$TRAVIS_OS_NAME" = "linux" ]; then shellcheck ./configure; fi |
27 | - ./configure --with-lua=lua_install | 27 | - ./configure --with-lua=lua_install |
28 | - ./makedist 3.0.0 | 28 | - ./makedist 3.0.4 |
29 | - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" | 29 | - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" |
30 | - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full" | 30 | - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full" |
31 | 31 | ||