Skip to content

Commit 824db26

Browse files
committed
Revert "Bump the xcode version to work around homebrew update/install shunit2 issue."
* Enable homebrew update to work arount travis-ci / homebrew issue. https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296
1 parent 1db2847 commit 824db26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ matrix:
55
- os: linux
66
dist: xenial
77
- os: osx
8-
osx_image: xcode10.12
8+
osx_image: xcode9.2
99

1010
language: c
1111

@@ -18,6 +18,7 @@ addons:
1818
homebrew:
1919
packages:
2020
- shunit2
21+
update: true
2122

2223
before_script:
2324
- sudo rm -rf $HOME/.rvm $HOME/.rvmrc

0 commit comments

Comments
 (0)