mirror of
https://github.com/astaxie/beego.git
synced 2025-07-13 17:41:01 +00:00
update vendor & module
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- "1.9.x"
|
||||
- "1.10.x"
|
||||
- "1.11.x"
|
||||
services:
|
||||
@ -10,6 +9,7 @@ services:
|
||||
- postgresql
|
||||
- memcached
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
- ORM_DRIVER=sqlite3 ORM_SOURCE=$TRAVIS_BUILD_DIR/orm_test.db
|
||||
- ORM_DRIVER=postgres ORM_SOURCE="user=postgres dbname=orm_test sslmode=disable"
|
||||
before_install:
|
||||
|
Reference in New Issue
Block a user