Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Moved debugging line to after report generation.
  • Loading branch information
tonystone authored May 5, 2018
1 parent 0cb0256 commit d4d6b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ script:
set -o pipefail
xcodebuild -project "$PROJECT" -scheme "$SCHEME" -destination "$TEST_DEST" -sdk "$TEST_SDK" -enableCodeCoverage YES build-for-testing | bundler exec xcpretty
xcodebuild -project "$PROJECT" -scheme "$SCHEME" -destination "$TEST_DEST" -sdk "$TEST_SDK" -enableCodeCoverage YES test | bundler exec xcpretty
cat ./StickyUtilities.framework.coverage.txt
set +o pipefail
set +e
fi
after_success:
- bash <(curl -s https://codecov.io/bash)
- cat ./StickyUtilities.framework.coverage.txt

0 comments on commit d4d6b94

Please sign in to comment.