Update .travis.yml

Possible fix for coverage output
This commit is contained in:
pschord 2016-07-27 21:42:54 -04:00 committed by GitHub
parent 8c0be0d84e
commit c414ddde8f

View file

@ -5,6 +5,6 @@ before_script:
- wget https://github.com/psforever/PSCrypto/releases/download/v1.0/pscrypto-lib-1.0.zip
- unzip pscrypto-lib-1.0.zip
script:
- sbt ++$TRAVIS_SCALA_VERSION coverage test
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
after_success:
- bash <(curl -s https://codecov.io/bash)