1 Star 0 Fork 52

Franklin杨 / tidb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 526 Bytes
一键复制 编辑 原始数据 按行查看 历史
goroutine 提交于 2017-09-19 21:38 . Bumping golang version to 1.9 (#4527)
language: go
go_import_path: github.com/pingcap/tidb
go:
- 1.9
# https://docs.travis-ci.com/user/customizing-the-build/#Rows-that-are-Allowed-to-Fail
env:
- TRAVIS_COVERAGE=0
- TRAVIS_COVERAGE=1
# Run coverage tests.
matrix:
fast_finish: true
allow_failures:
- go: 1.8
env: TRAVIS_COVERAGE=1
before_install:
# create /logs/unit-test for unit test.
- sudo mkdir /logs
- sudo touch /logs/unit-test
# See https://github.com/golang/go/issues/12933
- bash gitcookie.sh
script:
- make dev
Go
1
https://gitee.com/franklinyang/tidb.git
git@gitee.com:franklinyang/tidb.git
franklinyang
tidb
tidb
master

搜索帮助