Skip to content

Commit c5c0477

Browse files
test travis again
1 parent 1f85ad7 commit c5c0477

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: swift
22
script:
3+
- set -o pipefail
4+
- swift --version
35
- 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`
46
- bash <(curl -s https://codecov.io/bash) -cF ios -J 'DeviceIdentificator'
57
- swiftlint lint

0 commit comments

Comments
 (0)