We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c0477 commit b48a638Copy full SHA for b48a638
1 file changed
.travis.yml
@@ -2,7 +2,7 @@ language: swift
2
script:
3
- set -o pipefail
4
- 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`
+- xcodebuild clean build test -project DeviceIdentificator.xcodeproj -scheme DeviceIdentificator -destination "platform=iOS Simulator,name=iPhone 7" | xcpretty -f `xcpretty-travis-formatter`
6
- bash <(curl -s https://codecov.io/bash) -cF ios -J 'DeviceIdentificator'
7
- swiftlint lint
8
- pod lib lint
0 commit comments