summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-02-21 09:15:53 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2020-02-21 15:38:56 +0100
commit1fd5acc2fc15d54c7a085314d99b03febdbb824a (patch)
treed61c01cc934f87607fb6199cb61b819e681c30ac
parentbfdb01161a79b4e920f438c52116a43df3a2fc8c (diff)
downloadefl-devs/stefan/ci-macos-fix.tar.gz
ci: travis: ensure we update brew as well to avoid a problem on Travisdevs/stefan/ci-macos-fix
We normally did not use update as it could take up a few minutes for every macos build and the packages have been recent enough. Since a few hours we see build problems now on Travis: Error: Unknown command: bundle A way to get them fixed (until Travis updates their images for macos) is to use the update command. https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/9 Also moving to a newer osx image here to avoid falling further behind on the dependencies.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7e7aa2316a..f832f8778a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ cache:
- $HOME/.ccache
dist: bionic
-osx_image: xcode10.2
+osx_image: xcode11.3
addons:
homebrew:
@@ -36,6 +36,7 @@ addons:
- ninja
- python3
- libffi
+ update: true
env:
global: