1
0
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:
astaxie
2018-11-28 16:05:15 +08:00
parent 6282747f6d
commit 10729a1fc5
569 changed files with 70 additions and 340522 deletions

View File

@ -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: