Skip to content

Commit

Permalink
add go 1.13 builds, allowing failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostsquad committed Sep 5, 2019
1 parent 8e6f4df commit 913be01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ go:
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"

before_install:
- go get -t ./...

matrix:
allow_failures:
- go: 1.13.x

script:
- GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...

0 comments on commit 913be01

Please sign in to comment.