mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-14 16:04:41 +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
|
language: scala
|
||||||
scala:
|
scala:
|
||||||
- 2.11.7
|
- 2.11.8
|
||||||
before_script:
|
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.1.zip
|
||||||
- unzip pscrypto-lib-1.0.zip
|
- unzip pscrypto-lib-1.1.zip
|
||||||
script:
|
script:
|
||||||
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
|
- sbt ++$TRAVIS_SCALA_VERSION clean coverage test coverageReport
|
||||||
after_success:
|
after_success:
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@ This project contains the code to run and manage the login server role for Plane
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
The login server and world server are currently combined for ease of contributing.
|
||||||
|
The world and game servers are build to work with PlanetSide version 3.15.84.0. Anything older is not guaranteed to work.
|
||||||
Currently there are no releases of the server. You will need to have a development environment set up in order to get it running.
|
Currently there are no releases of the server. You will need to have a development environment set up in order to get it running.
|
||||||
|
|
||||||
## Build Requirements
|
## Build Requirements
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue