Add Travis CI build.

This commit is contained in:
Jake Wharton 2015-06-17 22:10:06 -04:00
parent 2cac11b449
commit cd38056e1f
1 changed files with 21 additions and 0 deletions

21
.travis.yml Normal file
View File

@ -0,0 +1,21 @@
language: java
jdk:
- oraclejdk7
- oraclejdk8
install: mvn -f gson install -DskipTests=true
script: mvn -f gson test
branches:
except:
- gh-pages
notifications:
email: false
sudo: false
cache:
directories:
- $HOME/.m2