diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a1368837a2..4ba20a9788 100644 --- a/.travis.yml +++ b/.travis.yml @@ -143,11 +143,14 @@ addons: - perl - perl-base +# ~/.ccache needs to be cached directly as Travis is not taking care of it +# (possibly because we use 'language: python' and not 'language: c') cache: pip: true ccache: true directories: - ~/.mirror + - ~/.ccache # Work around Travis's lack of support for Python on OSX before_install: |