add miss dep

This commit is contained in:
astaxie 2018-07-20 12:14:27 +08:00
parent 541fb181fe
commit be75f93d43
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ install:
- go get -u github.com/mdempsky/unconvert
- go get -u github.com/gordonklaus/ineffassign
- go get -u github.com/golang/lint/golint
- go get -u github.com/go-redis/redis
before_script:
- psql --version
- sh -c "if [ '$ORM_DRIVER' = 'postgres' ]; then psql -c 'create database orm_test;' -U postgres; fi"