Skip to content

Commit

Permalink
Report coverage after success
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Gómez committed Jun 10, 2016
1 parent daa9d59 commit 18b31fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ scala:
jdk:
- oraclejdk8
script:
- sbt coverage 'fetchJVM/test' 'coverageReport'
- sbt coverage 'fetchJVM/test'
- sbt 'monixJVM/test' 'monixJS/test'
- sbt 'fetchJS/test'
- sbt 'docs/tut'
- sbt 'readme/tut'
after_success:
- sbt 'fetchJVM/coverageReport'
- bash <(curl -s https://codecov.io/bash) -t 47609994-e0cd-4f3b-a28d-eb558142c3bb

0 comments on commit 18b31fa

Please sign in to comment.