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