diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2019-09-03 17:02:39 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2019-09-04 14:28:46 -0300 |
commit | c5ecbdfaffd96bb07928f63fbc0b7398333284b7 (patch) | |
tree | b604d4eee5ce771c99f202916346bc378535c37e | |
parent | df3072cc88b36815be7ff4890eca6d0f8d4c20da (diff) | |
download | luarocks-c5ecbdfaffd96bb07928f63fbc0b7398333284b7.tar.gz luarocks-c5ecbdfaffd96bb07928f63fbc0b7398333284b7.tar.bz2 luarocks-c5ecbdfaffd96bb07928f63fbc0b7398333284b7.zip |
run smoke_test for dev package
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 72b74825..9563b0ba 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -27,6 +27,7 @@ integration_script: &integration_script | |||
27 | - if [ "$TRAVIS_OS_NAME" = "linux" ]; then shellcheck ./configure; fi | 27 | - if [ "$TRAVIS_OS_NAME" = "linux" ]; then shellcheck ./configure; fi |
28 | - ./configure --with-lua=lua_install | 28 | - ./configure --with-lua=lua_install |
29 | - ./makedist dev | 29 | - ./makedist dev |
30 | - ./smoke_test.sh luarocks-dev.tar.gz | ||
30 | - busted -o gtest --exclude-tags=gpg,git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" | 31 | - busted -o gtest --exclude-tags=gpg,git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" |
31 | - busted -o gtest --exclude-tags=gpg,git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full" | 32 | - busted -o gtest --exclude-tags=gpg,git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full" |
32 | 33 | ||