mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-03-08 06:50:31 +00:00
Update .travis.yml
Possible fix for coverage output
This commit is contained in:
parent
8c0be0d84e
commit
c414ddde8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue