First attempt with Travis CI

This commit is contained in:
Nanne Baars 2015-08-09 09:54:13 +02:00
parent 87a621fa27
commit 9be61ad869

4
.travis.yml Normal file
View File

@ -0,0 +1,4 @@
language: java
script:
- mvn -f webgoat-classloader
- mvn install