diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2018-03-06 06:49:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-06 06:49:43 +0100 |
commit | 94c22092a804e4718fa3ed07d554c7b185878f3c (patch) | |
tree | ab275b2a714a54cfca00538b67a1922e16c3a3e9 /.travis.yml | |
parent | 4a7e88cc711d249c3840f07ea184835f289b64eb (diff) | |
download | spack-94c22092a804e4718fa3ed07d554c7b185878f3c.tar.gz spack-94c22092a804e4718fa3ed07d554c7b185878f3c.tar.bz2 spack-94c22092a804e4718fa3ed07d554c7b185878f3c.tar.xz spack-94c22092a804e4718fa3ed07d554c7b185878f3c.zip |
Save sources in a mirror and cache it in Travis (#7392)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dd4c255af9..c3d65f0e63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -124,7 +124,10 @@ addons: - perl - perl-base -cache: pip +cache: + pip: true + directories: + - ~/.mirror # Work around Travis's lack of support for Python on OSX before_install: |