aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-03-25 15:04:26 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-03-25 15:04:26 +0100
commitc9ce765d410c8924cb7d11b28e42e85078409622 (patch)
tree929e3f666b42d952e11d2161cdcd36ea4731667b /.travis.yml
parent9f351b68655bf061300952e0d384606aa7a28f73 (diff)
downloadsonarqube-c9ce765d410c8924cb7d11b28e42e85078409622.tar.gz
sonarqube-c9ce765d410c8924cb7d11b28e42e85078409622.zip
Add -e -B to maven build of Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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