Skip to content

Commit

Permalink
Add travis control file
Browse files Browse the repository at this point in the history
  • Loading branch information
russgold committed Aug 4, 2017
1 parent 0cc5bcf commit bf09e23
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: java
jdk:
- oraclejdk7
- oraclejdk8
# We don't need an install before
# we run the unit tests.
# We have no integration tests as yet
install: true
script: "mvn --show-version --errors --batch-mode clean test"
cache:
directories:
- $HOME/.m2
branches:
except:
- gh-pages
notifications:
email:
- russ@russgold.net

0 comments on commit bf09e23

Please sign in to comment.