mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-15 16:34:42 +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
|
- wget https://github.com/psforever/PSCrypto/releases/download/v1.0/pscrypto-lib-1.0.zip
|
||||||
- unzip pscrypto-lib-1.0.zip
|
- unzip pscrypto-lib-1.0.zip
|
||||||
script:
|
script:
|
||||||
- sbt ++$TRAVIS_SCALA_VERSION coverage test
|
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue