Skip to content

Commit 4e927a8

Browse files
authored
Merge pull request #211 from pusher/use-carthage-bootstrap
Use carthage boostrap rather than update
2 parents fc37bfe + 0818ee7 commit 4e927a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
brew install carthage;
1616
fi
1717
- gem install xcpretty --no-document
18-
- carthage update --no-use-binaries
18+
- carthage bootstrap --no-use-binaries
1919
- SIMULATOR_ID=$(xcrun instruments -s | grep -o "$DEVICE \[.*\]" | grep -o "\[.*\]" | sed "s/^\[\(.*\)\]$/\1/")
2020
- echo "$SIMULATOR_ID"
2121
before_deploy:

0 commit comments

Comments
 (0)