4 Star 13 Fork 4

xuri/aurora

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 622 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuri 提交于 2020-05-01 23:01 . #5 brew install aurora is available now
language: go
os:
- linux
dist: xenial
before_install:
# Queue (Beanstalkd)
- sudo apt-get update -qq
- sudo apt-get install -qq beanstalkd
- go get github.com/BurntSushi/toml
- go get github.com/rakyll/statik
- go get github.com/rakyll/statik/fs
- go get -d -t -v ./... && go build -v ./...
- beanstalkd -v
- beanstalkd -l 127.0.0.1 -p 11300 &
go:
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
env:
jobs:
- GOARCH=amd64
- GOARCH=386
script:
- go vet ./...
- go test -v -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/xurime/aurora.git
git@gitee.com:xurime/aurora.git
xurime
aurora
aurora
master

搜索帮助