Skip to content

Commit 17641ef

Browse files
author
Igor Makarov
committed
remove xcpretty
1 parent b51af6e commit 17641ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ branches:
44
only:
55
master
66
before_install:
7-
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
8-
- gem install xcpretty-travis-formatter --no-rdoc --no-ri --no-document --quiet
7+
# - gem install xcpretty --no-rdoc --no-ri --no-document --quiet
8+
# - gem install xcpretty-travis-formatter --no-rdoc --no-ri --no-document --quiet
99
- bundle install
1010
- pod repo update --silent
1111
- pod install
1212
script:
13-
- travis_retry $(xcodebuild build test -workspace DeepLinkKit.xcworkspace -scheme ReceiverDemo -sdk iphonesimulator -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 7,OS=latest' -enableCodeCoverage YES | xcpretty)
13+
- travis_retry xcodebuild build test -workspace DeepLinkKit.xcworkspace -scheme ReceiverDemo -sdk iphonesimulator -configuration Debug -destination 'platform=iOS Simulator,name=iPhone 7,OS=latest'
1414
after_success:
1515
- slather

0 commit comments

Comments
 (0)