diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-03-25 15:04:26 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-03-25 15:04:26 +0100 |
commit | c9ce765d410c8924cb7d11b28e42e85078409622 (patch) | |
tree | 929e3f666b42d952e11d2161cdcd36ea4731667b /.travis.yml | |
parent | 9f351b68655bf061300952e0d384606aa7a28f73 (diff) | |
download | sonarqube-c9ce765d410c8924cb7d11b28e42e85078409622.tar.gz sonarqube-c9ce765d410c8924cb7d11b28e42e85078409622.zip |
Add -e -B to maven build of Travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5377a653013..6d93031457b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: java jdk: - oraclejdk8 -script: mvn clean install +script: mvn clean install -e -B install: true |