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 5d24b4d2..914bb007 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -13,8 +13,8 @@ cache: | |||
| 13 | - testrun/testing_server-2.1 | 13 | - testrun/testing_server-2.1 |
| 14 | 14 | ||
| 15 | smoke_script: &smoke_script | 15 | smoke_script: &smoke_script |
| 16 | - ./makedist 3.0.0 | 16 | - ./makedist 3.0.2 |
| 17 | - ./smoke_test.sh luarocks-3.0.0.tar.gz | 17 | - ./smoke_test.sh luarocks-3.0.2.tar.gz |
| 18 | 18 | ||
| 19 | unit_script: &unit_script | 19 | unit_script: &unit_script |
| 20 | - busted -o gtest --exclude-tags=git,integration --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" | 20 | - busted -o gtest --exclude-tags=git,integration --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" |
| @@ -24,7 +24,7 @@ integration_script: &integration_script | |||
| 24 | - lua -v | 24 | - lua -v |
| 25 | - if [ "$TRAVIS_OS_NAME" = "linux" ]; then shellcheck ./configure; fi | 25 | - if [ "$TRAVIS_OS_NAME" = "linux" ]; then shellcheck ./configure; fi |
| 26 | - ./configure --with-lua=lua_install | 26 | - ./configure --with-lua=lua_install |
| 27 | - ./makedist 3.0.0 | 27 | - ./makedist 3.0.2 |
| 28 | - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" | 28 | - 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,env=full" | 29 | - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full" |
| 30 | 30 | ||
