mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-29 16:25:30 +00:00
Fix Travis PSCrypto version and add some readme notes
This commit is contained in:
parent
4c3f81f86a
commit
f6d8dc3324
2 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
language: scala
|
||||
scala:
|
||||
- 2.11.7
|
||||
- 2.11.8
|
||||
before_script:
|
||||
- wget https://github.com/psforever/PSCrypto/releases/download/v1.0/pscrypto-lib-1.0.zip
|
||||
- unzip pscrypto-lib-1.0.zip
|
||||
- wget https://github.com/psforever/PSCrypto/releases/download/v1.0/pscrypto-lib-1.1.zip
|
||||
- unzip pscrypto-lib-1.1.zip
|
||||
script:
|
||||
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
|
||||
after_success:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue