Skip to content

Commit a8514d8

Browse files
committed
Use latest xctool due to issue with GM
1 parent e153227 commit a8514d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ before_install: true
55
install: true
66
git:
77
submodules: false
8-
script: script/cibuild
8+
script:
9+
- brew upgrade xctool --HEAD
10+
- script/cibuild
911
branches:
1012
only:
1113
- master

0 commit comments

Comments
 (0)