We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc37bfe + 0818ee7 commit 4e927a8Copy full SHA for 4e927a8
.travis.yml
@@ -15,7 +15,7 @@ before_install:
15
brew install carthage;
16
fi
17
- gem install xcpretty --no-document
18
- - carthage update --no-use-binaries
+ - carthage bootstrap --no-use-binaries
19
- SIMULATOR_ID=$(xcrun instruments -s | grep -o "$DEVICE \[.*\]" | grep -o "\[.*\]" | sed "s/^\[\(.*\)\]$/\1/")
20
- echo "$SIMULATOR_ID"
21
before_deploy:
0 commit comments