1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-13 17:31:01 +00:00

Merge branch 'develop' into feature/YAML

This commit is contained in:
astaxie
2018-07-20 23:24:51 +08:00
committed by GitHub
32 changed files with 369 additions and 241 deletions

View File

@ -2,7 +2,7 @@ language: go
go:
- "1.9.2"
- "1.10.2"
- "1.10.3"
services:
- redis-server
- mysql
@ -39,6 +39,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"