Skip to content

Commit 63c7170

Browse files
Upload report after running each build.
1 parent b31aa53 commit 63c7170

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@ script:
1111
- bash <(curl -s https://codecov.io/bash)
1212
- xcodebuild test -workspace swift-sdk.xcworkspace -scheme swift-sdk -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.0' -enableCodeCoverage YES CODE_SIGNING_REQUIRED=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -f `xcpretty-travis-formatter`
1313
- bash <(curl -s https://codecov.io/bash)
14+
- pod lib lint
1415

15-
# - pod lib lint
16-
17-
#after_success:
18-
# - bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)