We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbddba0 commit 0c5c1b0Copy full SHA for 0c5c1b0
.travis.yml
@@ -77,7 +77,7 @@ script:
77
# fail if generators contain tab '\t'
78
- /bin/bash ./bin/utils/detect_tab_in_java_class.sh
79
# run integration tests defined in maven pom.xml
80
- - mvn clean install
+ - mvn clean install -X -e
81
- mvn -q --batch-mode verify -Psamples
82
# Below has been moved to CircleCI
83
# docker: build generator image and push to Docker Hub
0 commit comments