Add Travis CI configuration file

This commit is contained in:
Michael Bull 2017-10-22 01:06:11 +01:00
parent 62f96c6d9a
commit 59e6a148b1
2 changed files with 9 additions and 0 deletions

3
.gitignore vendored
View File

@ -16,6 +16,9 @@ out/
*.ipr
*.iws
# Travis CI
!.travis.yml
# Gradle
build/

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: java
jdk:
- oraclejdk8
notifications:
email: false