mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
Update .travis.yml
Possible fix for coverage output
This commit is contained in:
parent
8c0be0d84e
commit
c414ddde8f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue