From 5095f4fdaa707f17b7268c6dafc650cd7ec39405 Mon Sep 17 00:00:00 2001 From: zhuangjiaju Date: Thu, 4 Jul 2019 19:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Emvnw=20=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a732959..843bd09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: java jdk: oraclejdk8 +before_install: + - chmod +x mvnw script: "./mvnw install -B -V" \ No newline at end of file