Merge pull request #238 from aguibert/enable-travis

Add travis pipeline to project
This commit is contained in:
Andrew Guibert 2019-10-07 15:58:43 -05:00 committed by GitHub
commit bb04c5585c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.travis.yml Normal file
View File

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