Add travis.yml file to build PRs, useful for ensuring that checkstyle passes (#504)

This commit is contained in:
modmuss50 2020-03-06 18:32:37 +00:00 committed by GitHub
parent 2cbdd032eb
commit 6d7c2994e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: java
install: true
jdk:
- openjdk8
script:
- chmod +x gradlew
- ./gradlew check build --stacktrace
notifications:
email: false