diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-27 23:19:47 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-01 21:32:39 -0300 |
commit | a5550c50a3ad8d4eb2dbdc27048fcf90d2acd1d8 (patch) | |
tree | 52f1c1bce64491810ab5ecdec7010d1764ac4be4 | |
parent | 9404d59d48a511983ed30a6d0f605041a74ff332 (diff) | |
download | luarocks-a5550c50a3ad8d4eb2dbdc27048fcf90d2acd1d8.tar.gz luarocks-a5550c50a3ad8d4eb2dbdc27048fcf90d2acd1d8.tar.bz2 luarocks-a5550c50a3ad8d4eb2dbdc27048fcf90d2acd1d8.zip |
Travis: fix cache directories
-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" |