From d585011a909ab274b035d376414f155cbfd8d636 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 13 Dec 2016 14:19:53 +0800 Subject: [PATCH] fixed circle.yml --- circle.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index de35c492..1b543e57 100644 --- a/circle.yml +++ b/circle.yml @@ -13,6 +13,5 @@ test: override: # './...' is a relative pattern which means all subdirectories - go test -v -race - - cd /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests/ - - ./sqlite3.sh - #- /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests/mysql.sh \ No newline at end of file + - cd /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests && ./sqlite3.sh + #- cd /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests && ./mysql.sh \ No newline at end of file