Added Travis CI
This commit is contained in:
parent
6f063a01c8
commit
411214311b
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: java
|
||||
sudo: true
|
||||
|
||||
script: mvn clean package
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
secure: yep
|
||||
file: target/Everest-Alpha-1.0.jar
|
Loading…
Reference in a new issue