diff options
| -rw-r--r-- | .travis.yml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index 2b2e7a6c..dab724b2 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -3,16 +3,14 @@ language: python | |||
| 3 | cache: | 3 | cache: |
| 4 | directories: | 4 | directories: |
| 5 | - lua_install | 5 | - lua_install |
| 6 | - test/testing_cache-5.1 | 6 | - testrun/testing_cache-5.1 |
| 7 | - test/testing_cache-5.2 | 7 | - testrun/testing_cache-5.2 |
| 8 | - test/testing_cache-5.3 | 8 | - testrun/testing_cache-5.3 |
| 9 | - test/testing_cache-2.0 | 9 | - testrun/testing_cache-2.1 |
| 10 | - test/testing_cache-2.1 | 10 | - testrun/testing_server-5.1 |
| 11 | - test/testing_server-5.1 | 11 | - testrun/testing_server-5.2 |
| 12 | - test/testing_server-5.2 | 12 | - testrun/testing_server-5.3 |
| 13 | - test/testing_server-5.3 | 13 | - testrun/testing_server-2.1 |
| 14 | - test/testing_server-2.0 | ||
| 15 | - test/testing_server-2.1 | ||
| 16 | 14 | ||
| 17 | unit_script: &unit_script | 15 | unit_script: &unit_script |
| 18 | - busted -o gtest --exclude-tags=git,integration --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" | 16 | - busted -o gtest --exclude-tags=git,integration --verbose -Xhelper "lua_dir=$PWD/lua_install,travis" |
