mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-03-31 21:55:08 +02:00
add go 1.13 builds, allowing failures
This commit is contained in:
parent
8e6f4df417
commit
913be01848
@ -7,9 +7,14 @@ go:
|
|||||||
- "1.10.x"
|
- "1.10.x"
|
||||||
- "1.11.x"
|
- "1.11.x"
|
||||||
- "1.12.x"
|
- "1.12.x"
|
||||||
|
- "1.13.x"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- go: 1.13.x
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...
|
- GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user