From c5723f9909f7500caa3b592df559e8e35b9f47ce Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 15 Feb 2016 09:49:26 +0800 Subject: fix travis bug --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3c85b5e6..52b679978 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,5 @@ install: script: - xmake create -P ./test - - cd ./test - - xmake -v + - xmake -P ./test - ./tests/tests -- cgit v1.3.1