Skip to content

Commit f833853

Browse files
Try without xcpretty
1 parent 1fd36a6 commit f833853

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: swift
22
script:
3-
- xcodebuild -project DeviceIdentificator.xcodeproj -scheme DeviceIdentificator -destination "platform=iOS Simulator,name=iPhone 7" -configuration Debug -enableCodeCoverage YES clean build test | xcpretty -f `xcpretty-travis-formatter`
3+
- xcodebuild -project DeviceIdentificator.xcodeproj -scheme DeviceIdentificator -destination "platform=iOS Simulator,name=iPhone 7" -configuration Debug -enableCodeCoverage YES clean build test
44
after_success:
5-
- bash <(curl -s https://codecov.io/bash)
5+
- bash <(curl -s https://codecov.io/bash) -J 'DeviceIdentificator'

0 commit comments

Comments
 (0)