From 534bce3f821faccd7bd124c4997f982a1c5bae75 Mon Sep 17 00:00:00 2001
From: William Cheng <wing328hk@gmail.com>
Date: Sun, 5 May 2019 16:27:13 +0800
Subject: [PATCH] use mvn instead of run-in-docker

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4ea6e747895..f852f644856 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -121,7 +121,7 @@ script:
   # fail if generators contain tab '\t'
   - /bin/bash ./bin/utils/detect_tab_in_java_class.sh
   # run integration tests defined in maven pom.xml
-  - ./run-in-docker.sh mvn --quiet --batch-mode clean install
+  - mvn --quiet --batch-mode clean install
   - mvn --quiet --batch-mode verify -Psamples
 after_success:
   # push to maven repo
-- 
GitLab