Turn Error Tracing on when installing

Travis currently errors and i cant reproduce locally, so this might help finding the culprit
This commit is contained in:
Markus Moser 2016-09-02 23:54:52 +02:00 committed by GitHub
parent be2c7fdb2b
commit 165d1f1298

View File

@ -11,6 +11,10 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# default install command is just "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V"
install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -e
after_success:
- mvn clean test jacoco:report coveralls:report
- bash update-ghpages.sh