Skip to content

Commit

Permalink
Modifications of travis.yml to integrate with codecov. Close citiusus…
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo.rodriguez.mier authored and michaelhaaf committed Dec 2, 2015
1 parent 750042b commit 1b32044
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ branches:
except:
- /^(?i:wip).*$/
sudo: false
before_install:
- pip install --user codecov
after_success:
- .config/deploy-artifacts.sh
- .config/publish-javadocs.sh
- mvn clean cobertura:cobertura coveralls:report
- .config/deploy-artifacts.sh
- .config/publish-javadocs.sh
- codecov

0 comments on commit 1b32044

Please sign in to comment.