diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-02-21 09:49:28 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-02-21 09:49:28 +0100 |
commit | 90a925d28a38ee976ad6911a7424af119d347964 (patch) | |
tree | cfd0fea39cb76cd7f71c4d98ceec064379a1822f | |
parent | libq/tree: respect SLOT in query atom for tree_open_pkg (diff) | |
download | portage-utils-0.86.tar.gz portage-utils-0.86.tar.bz2 portage-utils-0.86.zip |
travis: update homebrew tree as workaround for bundle problemv0.86
https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/10
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bc12463..8d73619 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ addons: - coreutils - bash - libressl - #update: true + update: true # working around unknown bundle command before_install: - ./travis/install-blake2.sh |