diff options
author | Daniel Black <daniel@mariadb.org> | 2020-09-01 21:12:01 +1000 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2020-09-02 09:32:56 +1000 |
commit | 594aad7b0607b752c3815d2c31370a63006d4542 (patch) | |
tree | 4d98977f37a058ba4a7d4cf561704db3224543e6 /.travis.yml | |
parent | caa35f8e25ce22d6b4f4c377970354cf582c7f41 (diff) | |
download | mariadb-git-594aad7b0607b752c3815d2c31370a63006d4542.tar.gz |
travis: osx build time out storing cache. Ensure not Cellar
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index a430ff14640..25159e30191 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,6 @@ cache: timeout: 500 apt: true ccache: true - directories: - - /usr/local/Cellar # Fails do to permission error: https://github.com/travis-ci/travis-ci/issues/8092 env: matrix: |