mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-03-06 05:50:23 +00:00
Adding Travis CI integration
This commit is contained in:
parent
e0fa3c49a2
commit
e0db8ec2b7
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
language: scala
|
||||
scala:
|
||||
- 2.11.7
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
Loading…
Add table
Add a link
Reference in a new issue