diff options
author | David Gageot <david@gageot.net> | 2015-06-05 11:24:44 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-06-05 15:09:44 +0200 |
commit | 698f531d64da7f154682f0384ce195142798a4d1 (patch) | |
tree | add28196e906ee422cfc39bc37b7e2953f7efc78 /.travis.yml | |
parent | 93217fe761c5fa51a695133f9c0358ddb66f68e1 (diff) | |
download | sonar-scanner-cli-698f531d64da7f154682f0384ce195142798a4d1.tar.gz sonar-scanner-cli-698f531d64da7f154682f0384ce195142798a4d1.zip |
Travis build should use a snapshot of SonarQube
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 715841b..8bf843b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,9 @@ jdk: - oraclejdk8 - openjdk7 -script: mvn clean verify - install: true +script: ./travis.sh -# Container-based infrastructure -sudo: false - -# Keep Maven local repository between builds cache: directories: - '$HOME/.m2/repository' |