Merge pull request #23 from linkerlin/patch-1

Create .travis.yml
pull/28/head
Michael Peter Christen 9 years ago
commit 06994b5853

@ -0,0 +1,11 @@
language: java
cache:
directories:
- $HOME/.m2
jdk:
- oraclejdk7
# for running tests on Travis CI container infrastructure for faster builds
sudo: false
Loading…
Cancel
Save