Skip to content

Commit 93a70d7

Browse files
committed
Fix travis file: remove deprecated options to install xcpretty
1 parent bfb3299 commit 93a70d7

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
@@ -13,7 +13,7 @@ env:
1313
- DESTINATION="OS=12.2,name=iPhone 8" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="NO"
1414
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK="$MACOS_SDK" RUN_TESTS="NO"
1515
before_install:
16-
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
16+
- gem install xcpretty --no-document --quiet
1717
script:
1818
- set -o pipefail
1919
- xcodebuild -version

0 commit comments

Comments
 (0)