1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-03-21 21:07:03 +02:00

add go 1.13 builds, allowing failures

This commit is contained in:
Wes McNamee 2019-09-05 10:59:53 -07:00
parent 8e6f4df417
commit 913be01848

View File

@ -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 ./...