Skip to content

Commit

Permalink
Merge pull request google#658 from google/jw/travis
Browse files Browse the repository at this point in the history
Add Travis CI build.
  • Loading branch information
swankjesse committed Jun 18, 2015
2 parents e8e8b55 + cd38056 commit 23288eb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 23288eb

Please sign in to comment.