Add Travis file
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
language: java
|
||||
notifications:
|
||||
email: false
|
||||
install: true
|
||||
matrix:
|
||||
include:
|
||||
- jdk: openjdk6
|
||||
script: mvn clean install
|
||||
Reference in New Issue
Block a user