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 bfb3299 commit 93a70d7Copy full SHA for 93a70d7
.travis.yml
@@ -13,7 +13,7 @@ env:
13
- DESTINATION="OS=12.2,name=iPhone 8" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="NO"
14
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK="$MACOS_SDK" RUN_TESTS="NO"
15
before_install:
16
- - gem install xcpretty --no-rdoc --no-ri --no-document --quiet
+ - gem install xcpretty --no-document --quiet
17
script:
18
- set -o pipefail
19
- xcodebuild -version
0 commit comments