Skip to content

Commit b48a638

Browse files
fix xcpretty
1 parent c5c0477 commit b48a638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: swift
22
script:
33
- set -o pipefail
44
- swift --version
5-
- xcodebuild clean build test -project DeviceIdentificator.xcodeproj -scheme DeviceIdentificator -destination "platform=iOS Simulator,name=iPhone 7" | XCPRETTY_JSON_FILE_OUTPUT="xcodebuild-ios.json" xcpretty -f `xcpretty-json-formatter`
5+
- xcodebuild clean build test -project DeviceIdentificator.xcodeproj -scheme DeviceIdentificator -destination "platform=iOS Simulator,name=iPhone 7" | xcpretty -f `xcpretty-travis-formatter`
66
- bash <(curl -s https://codecov.io/bash) -cF ios -J 'DeviceIdentificator'
77
- swiftlint lint
88
- pod lib lint

0 commit comments

Comments
 (0)