Skip to content

Commit

Permalink
Move coverage away from bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Alistair-Johnson committed Apr 24, 2016
1 parent d8917df commit a6fe328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ language: scala
git:
depth: 9999

install:
- pip install --user codecov

scala:
- 2.10.6
- 2.11.8
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

sbt_cmd="sbt ++$TRAVIS_SCALA_VERSION"

coverage="$sbt_cmd coverage validateJVM coverageReport && bash <(curl -s https://codecov.io/bash)"
coverage="$sbt_cmd coverage validateJVM coverageReport && codecov"
scala_js="$sbt_cmd macrosJS/compile coreJS/compile lawsJS/compile && $sbt_cmd testsJS/test && $sbt_cmd js/test"
scala_jvm="$sbt_cmd validateJVM"

Expand Down

0 comments on commit a6fe328

Please sign in to comment.