Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #650 from edx/mkatz/coverage
Browse files Browse the repository at this point in the history
try to upload reports
  • Loading branch information
mikekatz committed Jan 21, 2016
2 parents dbae784 + e58f728 commit 45d43b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ script:
- open -a "simulator" --args -CurrentDeviceUDID DA479EF5-8D21-4EEB-B05F-A907B3D6B72B # Prelaunch iPhone6s Simulator
- set -o pipefail && ./gradlew -q test | xcpretty -c

after_success:
- bash <(curl -s https://codecov.io/bash)

branches:
only:
- master
Expand Down

0 comments on commit 45d43b9

Please sign in to comment.