8000 Turn Error Tracing on when installing · armdev/java-design-patterns@165d1f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 165d1f1

Browse files
authored
Turn Error Tracing on when installing
Travis currently errors and i cant reproduce locally, so this might help finding the culprit
1 parent be2c7fd commit 165d1f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ before_install:
1111
- export DISPLAY=:99.0
1212
- sh -e /etc/init.d/xvfb start
1313

14+
# default install command is just "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V"
15+
install:
16+
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -e
17+
1418
after_success:
1519
- mvn clean test jacoco:report coveralls:report
1620
- bash update-ghpages.sh

0 commit comments

Comments
 (0)
0