Skip to content

Commit 8b76956

Browse files
committed
ci/travis: update xcode version to 8.3
Xcode version: 8.3.3 macOS version: 10.12 Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
1 parent 0325519 commit 8b76956

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
os: osx
2-
osx_image: xcode8
2+
osx_image: xcode8.3
33

44
language: go
55
go:
@@ -15,6 +15,10 @@ env:
1515
- OPAMYES=1
1616
- V=1
1717

18+
cache:
19+
directories:
20+
- $HOME/Library/Caches/Homebrew
21+
1822
before_install:
1923
- uname -a
2024
- env | sort

0 commit comments

Comments
 (0)