fixed circle.yml

This commit is contained in:
Lunny Xiao 2016-12-13 14:19:53 +08:00
parent 65cbb93c13
commit d585011a90
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 3 deletions

View File

@ -13,6 +13,5 @@ test:
override: override:
# './...' is a relative pattern which means all subdirectories # './...' is a relative pattern which means all subdirectories
- go test -v -race - go test -v -race
- cd /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests/ - cd /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests && ./sqlite3.sh
- ./sqlite3.sh #- cd /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests && ./mysql.sh
#- /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests/mysql.sh