1 Star 0 Fork 0

kck/go-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
honkui 提交于 2019-10-04 22:46 . modify travis
language: go
sudo: false
go:
- 1.12.x
env:
- GO111MODULE=on PGPASSWORD=root
services:
- mysql
- postgresql
before_install:
- mysql -e 'create database `go-admin-test`;'
- createdb -U postgres go-admin-test
before_script:
- echo "USE mysql;\nUPDATE user SET authentication_string=PASSWORD('root') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
- psql -c "ALTER USER postgres WITH PASSWORD 'root';" -U postgres
- go get -u github.com/rakyll/gotest
script:
- cd /home/travis/gopath/src/github.com/chenhg5/go-admin && make test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuming-2223/go-admin.git
git@gitee.com:wuming-2223/go-admin.git
wuming-2223
go-admin
go-admin
v0.2.5

搜索帮助

0d507c66 1850385 C8b1a773 1850385