diff options
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6de035ed..8f265fb1 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -1,5 +1,18 @@ | |||
1 | language: python | 1 | language: python |
2 | 2 | ||
3 | cache: | ||
4 | directories: | ||
5 | - test/testing_cache-5.1 | ||
6 | - test/testing_cache-5.2 | ||
7 | - test/testing_cache-5.3 | ||
8 | - test/testing_cache-2.0 | ||
9 | - test/testing_cache-2.1 | ||
10 | - test/testing_server-5.1 | ||
11 | - test/testing_server-5.2 | ||
12 | - test/testing_server-5.3 | ||
13 | - test/testing_server-2.0 | ||
14 | - test/testing_server-2.1 | ||
15 | |||
3 | matrix: | 16 | matrix: |
4 | include: | 17 | include: |
5 | - os: linux | 18 | - os: linux |