Skip to content

Commit 92eacdf

Browse files
authored
use mvn instead of run-in-docker (#2821)
1 parent 9c89e6a commit 92eacdf

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
@@ -121,7 +121,7 @@ script:
121121
# fail if generators contain tab '\t'
122122
- /bin/bash ./bin/utils/detect_tab_in_java_class.sh
123123
# run integration tests defined in maven pom.xml
124-
- ./run-in-docker.sh mvn --quiet --batch-mode clean install
124+
- mvn --quiet --batch-mode clean install
125125
- mvn --quiet --batch-mode verify -Psamples
126126
after_success:
127127
# push to maven repo

0 commit comments

Comments
 (0)