fixed circle.yml

This commit is contained in:
Lunny Xiao 2016-12-13 14:12:39 +08:00
parent 5355c6a0a2
commit cdd8db3f07
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@ database:
test: 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
- /home/ubuntu/.go_project/src/github.com/go-xorm/tests/sqlite.sh - /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests/sqlite3.sh
#- /home/ubuntu/.go_project/src/github.com/go-xorm/tests/mysql.sh #- /home/ubuntu/.go_workspace/src/github.com/go-xorm/tests/mysql.sh