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 92c7c31 commit 57fd4b3Copy full SHA for 57fd4b3
.travis.yml
@@ -5,6 +5,7 @@ jdk:
5
6
cache:
7
directories:
8
+ - $HOME/.m2elp
9
- $HOME/.ivy2
10
- $HOME/.gradle/caches/
11
- $HOME/.gradle/wrapper/
@@ -76,7 +77,7 @@ script:
76
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
- - mvn clean install -X -e
80
+ - mvn clean install -U
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