mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 01:20:55 +00:00
add miss dep
This commit is contained in:
parent
541fb181fe
commit
be75f93d43
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user