提交 165d1f12 编写于 作者: M Markus Moser 提交者: GitHub

Turn Error Tracing on when installing

Travis currently errors and i cant reproduce locally, so this might help finding the culprit
上级 be2c7fdb
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册