added a .travis.yml to automatically execute all tests with travis-ci

master
Stefan Dollase 2015-12-20 01:24:28 +01:00
parent e2c6f3f730
commit 1bfdf485dc
1 changed files with 4 additions and 0 deletions

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: java
install:
- mvn clean
- mvn install -DskipTests=true