Skip to content

Commit 0818ee7

Browse files
author
Tom Kemp
committed
Use carthage boostrap rather than update
1 parent fc37bfe commit 0818ee7

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)