From eef1866bc7f6cbe7671fd722d2b0a014312a84ef Mon Sep 17 00:00:00 2001 From: wusheng Date: Sat, 19 Mar 2016 23:31:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4auth=E7=BC=96=E8=AF=91?= =?UTF-8?q?=EF=BC=8C=E4=BF=9D=E8=AF=81CI=E6=88=90=E5=8A=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1bcc1bbc9..df2a39cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,10 @@ script: - cd .. - cd skywalking-api - mvn install -Dmaven.test.skip=true + + - cd .. + - cd skywalking-auth + - mvn install -Dmaven.test.skip=true - cd .. - cd skywalking-sdk-plugin