Skip to content

Commit

Permalink
Fixed build for Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Aug 9, 2015
1 parent 9be61ad commit da68feb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: java
jdk:
- oraclejdk7
install: /bin/true
script:
- mvn -f webgoat-classloader
- mvn install
- mvn -f webgoat-classloader clean install
- mvn clean install

0 comments on commit da68feb

Please sign in to comment.