mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-20 02:54:46 +00:00
11 lines
307 B
YAML
11 lines
307 B
YAML
language: scala
|
|
scala:
|
|
- 2.11.8
|
|
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
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|