diff options
-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 |