Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pingcap/tidb into fix_bit…
Browse files Browse the repository at this point in the history
…_default_value_bug
  • Loading branch information
crazycs520 committed Aug 30, 2018
2 parents 1e58ed9 + 67d7544 commit 5752ccb
Show file tree
Hide file tree
Showing 84 changed files with 16,495 additions and 421 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,10 @@ language: go
go_import_path: github.com/pingcap/tidb

go:
- "1.10"
- "1.11"

# 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.10"
env: TRAVIS_COVERAGE=1

before_install:
# create /logs/unit-test for unit test.
Expand Down
Loading

0 comments on commit 5752ccb

Please sign in to comment.