diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-06-25 08:32:15 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-07-04 16:03:24 +0900 |
commit | d15ba3d77598c60b1eb713cb2a5348390071db44 (patch) | |
tree | 81fbebfd69158f3b000bb0e2cc70334d53a1899f | |
parent | fe82533860a327fbbaa0c980188ccd56d8463b1c (diff) | |
download | libquotient-d15ba3d77598c60b1eb713cb2a5348390071db44.tar.gz libquotient-d15ba3d77598c60b1eb713cb2a5348390071db44.zip |
.travis.yml: add "update: true" to homebrew config
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3aaa4039..e0b10ce8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ matrix: env: [ 'PATH=/usr/local/opt/qt/bin:$PATH' ] addons: homebrew: + update: true packages: - qt5 |