From c5b1f6cc09bc2637607ebd3e4ef338836a012697 Mon Sep 17 00:00:00 2001 From: wusheng Date: Sat, 19 Mar 2016 23:34:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3auth=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index df2a39cfc..dd2c28c8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: - mvn install -Dmaven.test.skip=true - cd .. - - cd skywalking-auth + - cd samples/skywalking-auth - mvn install -Dmaven.test.skip=true - cd ..