Create .travis.yml

pull/23/head
Linker Lin 9 years ago
parent 112ae013f4
commit 658d9e74d2

@ -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