Skip to content

Commit 0c5c1b0

Browse files
committed
added debug options to maven command.
1 parent cbddba0 commit 0c5c1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ script:
7777
# fail if generators contain tab '\t'
7878
- /bin/bash ./bin/utils/detect_tab_in_java_class.sh
7979
# run integration tests defined in maven pom.xml
80-
- mvn clean install
80+
- mvn clean install -X -e
8181
- mvn -q --batch-mode verify -Psamples
8282
# Below has been moved to CircleCI
8383
# docker: build generator image and push to Docker Hub

0 commit comments

Comments
 (0)