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:
parent
3fd3879ae3
commit
3f966ddaaa
@ -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 ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user