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.
1 parent fc37bfe commit 0818ee7Copy full SHA for 0818ee7
.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