Add travis pipeline to project

This commit is contained in:
Andrew Guibert 2019-10-07 15:57:00 -05:00
parent 7f1445df02
commit 0c508c4f20

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: java
jdk:
- oraclejdk11
script:
- ./gradlew clean start && ./gradlew stop