WebGoat/.travis.yml
2015-08-11 22:00:14 +02:00

6 lines
83 B
YAML

language: java
jdk:
- oraclejdk7
install: /bin/true
script:
- mvn clean install