diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dab724b2..64d3347a 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -18,8 +18,9 @@ unit_script: &unit_script | |||
18 | 18 | ||
19 | integration_script: &integration_script | 19 | integration_script: &integration_script |
20 | - lua -v | 20 | - lua -v |
21 | - if [ "$TRAVIS_OS_NAME" = "linux" ]; then shellcheck ./configure; fi | ||
21 | - ./configure --with-lua=lua_install | 22 | - ./configure --with-lua=lua_install |
22 | - ./makedist scm | 23 | - ./makedist dev |
23 | - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" | 24 | - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" |
24 | - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full" | 25 | - busted -o gtest --exclude-tags=git,unit --verbose -Xhelper "lua_dir=$PWD/lua_install,travis,env=full" |
25 | 26 | ||