mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
TravisCI: Compile everything before testing
This should allow TravisCI builds to fail-fast on any compilation errors instead of wasting time testing on an already failed build (see https://travis-ci.org/psforever/PSF-LoginServer/builds/596611848)
This commit is contained in:
parent
833b7b1f0a
commit
1f744f5a5f
|
|
@ -7,6 +7,6 @@ before_script:
|
|||
- wget https://github.com/psforever/PSCrypto/releases/download/v1.1/pscrypto-lib-1.1.zip
|
||||
- unzip pscrypto-lib-1.1.zip
|
||||
script:
|
||||
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
|
||||
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test:compile test coverageReport
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
Loading…
Reference in a new issue