Skip to content

Commit

Permalink
Skip Maven 'install' phase during Travis CI 'install' step
Browse files Browse the repository at this point in the history
This is to prevent modifying the Maven repo and therefore change the
build cache unnecessarily.
  • Loading branch information
tbroyer committed Jul 3, 2015
1 parent d0f43f6 commit 2c57679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ jdk:
- openjdk7
- oraclejdk8

install: mvn -U install clean --fail-never --quiet -DskipTests
install: mvn -U verify clean --fail-never --quiet -DskipTests -Dinvoker.skip

script: mvn -U verify --fail-at-end

Expand Down

0 comments on commit 2c57679

Please sign in to comment.