fix travis.yml

This commit is contained in:
liuchun 2016-03-08 14:01:33 +08:00
parent 0a0fc351e7
commit 14be252d2a
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ install:
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint
- go get github.com/ssdb/gossdb/ssdb
- go get github.com/astaxie/beego/cache
before_script:
- sh -c "if [ '$ORM_DRIVER' = 'postgres' ]; then psql -c 'create database orm_test;' -U postgres; fi"
- sh -c "if [ '$ORM_DRIVER' = 'mysql' ]; then mysql -u root -e 'create database orm_test;'; fi"