1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-03-19 20:57:47 +02:00

chore: Added go v1.14 to TravisCI (#282)

go v1.14 was released, but we don't test for it right now.

Additionally, the allowed failure for go v1.13 is removed, because this library should support this version (and it is not marked as not supported).
This commit is contained in:
Andy Grunwald 2020-05-02 09:31:14 +02:00 committed by GitHub
parent 3fd3879ae3
commit 3f966ddaaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,10 @@ go:
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "1.14.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 ./...