Skip to content

Commit 6138c53

Browse files
committed
move carthage update to before_install
1 parent 392e479 commit 6138c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ branches:
88
- development
99
before_install:
1010
- brew update
11-
- brew outdated xctool || brew upgrade xctool
11+
# - brew outdated xctool || brew upgrade xctool
1212
- brew outdated carthage || brew upgrade carthage
13-
script:
1413
- carthage update
14+
script:
1515
- xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build test -quiet
1616
# - xcodebuild -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac build-for-testing -quiet
1717
# - xctool -project Socket.IO-Client-Swift.xcodeproj -scheme SocketIO-Mac run-tests --parallelize

0 commit comments

Comments
 (0)