diff options
author | Martin Nowack <m.nowack@imperial.ac.uk> | 2020-09-03 21:54:08 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2020-09-04 21:42:43 +0100 |
commit | 41b3e2cb8982c71967f980ac4ec10a13bba1ae52 (patch) | |
tree | bda29f9d2ab25b655049a4c0bec25cffd8acff3c /.travis.yml | |
parent | f25022e448035b72e0152e77f748d335bfdcfaf8 (diff) | |
download | klee-41b3e2cb8982c71967f980ac4ec10a13bba1ae52.tar.gz |
Update homebrew cache
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a8759530..7a08408e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -141,7 +141,8 @@ addons: - docker-ce homebrew: packages: - - bash + - bash + update: true cache: ccache: true apt: true |