diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-01-01 17:14:29 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-01-01 17:14:29 +0100 |
commit | 2abeeef006d5c3f9ff94a3adc24c129099438ea2 (patch) | |
tree | 5e8bf226926be4781a12f7232e8d8eb0d1b3c1c8 /.travis.yml | |
parent | d0615f76ce4b1de20bb57ce99c91577eb619f1f5 (diff) | |
download | sonar-scanner-cli-2abeeef006d5c3f9ff94a3adc24c129099438ea2.tar.gz sonar-scanner-cli-2abeeef006d5c3f9ff94a3adc24c129099438ea2.zip |
Replace Travis goal "mvn install" by "mvn verify"
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 96c14d1..715841b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,12 +4,14 @@ jdk: - oraclejdk8 - openjdk7 -script: mvn clean install +script: mvn clean verify install: true +# Container-based infrastructure sudo: false +# Keep Maven local repository between builds cache: directories: - '$HOME/.m2/repository' |