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-06-25 08:32:15 +0900 |
commit | e7ade79e9e13a8dca31e7684c47f17ec28cc9c44 (patch) | |
tree | f67d3bd8d6bc8158e49996283be5fc443e800684 | |
parent | 553acc9d234140fd94e768679756077271902e6f (diff) | |
download | libquotient-e7ade79e9e13a8dca31e7684c47f17ec28cc9c44.tar.gz libquotient-e7ade79e9e13a8dca31e7684c47f17ec28cc9c44.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 |