Add Travis file
This commit is contained in:
parent
1815e428f6
commit
5b9cf3d88e
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
language: java
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
install: true
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- jdk: openjdk6
|
||||||
|
script: mvn clean install
|
||||||
Loading…
x
Reference in New Issue
Block a user