diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-29 20:17:52 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-29 20:17:52 -0300 |
| commit | 4fe580b3ea16307845370e16b4bc288ee1c71f44 (patch) | |
| tree | 08e3a0d4a1c44f969380cb9382a1623857938f21 | |
| parent | be14c9782da0c7f125322aefd5647ffe26263653 (diff) | |
| download | luarocks-4fe580b3ea16307845370e16b4bc288ee1c71f44.tar.gz luarocks-4fe580b3ea16307845370e16b4bc288ee1c71f44.tar.bz2 luarocks-4fe580b3ea16307845370e16b4bc288ee1c71f44.zip | |
Travis: add cache
| -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 |
