From 48c08ca7264986b99d48b87ae674acb38dc30409 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Sun, 30 Oct 2016 15:15:53 +0100 Subject: [PATCH] Fixing Travis build --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1b934356..0e5ffa609 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,9 @@ language: java jdk: - - oraclejdk7 - oraclejdk8 install: "/bin/true" script: - mvn clean install - - git clone https://github.com/WebGoat/WebGoat-Lessons.git - - mvn -file ./WebGoat-Lessons/pom.xml clean package - - cp -fa ./WebGoat-Lessons/target/plugins/*.jar ./webgoat-container/src/main/webapp/plugin_lessons/ - if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then mvn "-Dbuild.number=$TRAVIS_BUILD_NUMBER" -Prun-integration-tests clean install; else mvn clean install; fi cache: directories: