Commit a1ab3221 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Add a .travis.yml file, to enable Travis CI.

Get this going for sanity checks.  Test against both JDK 6 and 7.
parent cc247bf0
Loading
Loading
Loading
Loading

.travis.yml

0 → 100644
+5 −0
Original line number Diff line number Diff line
language: java
jdk:
  - oraclejdk7
  - openjdk7
  - openjdk6