Skip to content

Commit

Permalink
Updated codecov in TravisCI build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
conor10 committed Sep 13, 2016
1 parent 3a8debb commit c78e2e5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@ cache:
script: ./gradlew -x integrationTest check

# Upload code coverage metrics
#after_success:
#- bash <(curl -s https://codecov.io/bash)
sudo: false # faster builds

before_install:
- pip install --user codecov

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

0 comments on commit c78e2e5

Please sign in to comment.