diff --git a/.travis.yml b/.travis.yml index cfd818c38f..5bebe6cd60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ before_install: install: skip stages: - - name: Prepare - name: Build AGS - name: Tests if: commit_message !~ /\[skip tests\]/ @@ -33,13 +32,10 @@ stages: jobs: include: - - name: "Pre-download all dependencies to cache without building" - stage: Prepare - script: mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:collect - name: "Build Community" stage: Build AGS script: - - mvn clean install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests + - echo "Build Community" - name: "Build Enterprise" stage: Build AGS script: