mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-01-07 23:01:48 +02:00
TravisCI: Added Go v1.11.x to TravisCI build matrix
This commit is contained in:
parent
2e3f247e48
commit
43d0103d5a
15
.travis.yml
15
.travis.yml
@ -3,13 +3,14 @@ language: go
|
||||
sudo: false
|
||||
|
||||
go:
|
||||
- 1.4
|
||||
- 1.5
|
||||
- 1.6
|
||||
- 1.7
|
||||
- 1.8
|
||||
- 1.9
|
||||
- "1.10"
|
||||
- "1.4.x"
|
||||
- "1.5.x"
|
||||
- "1.6.x"
|
||||
- "1.7.x"
|
||||
- "1.8.x"
|
||||
- "1.9.x"
|
||||
- "1.10.x"
|
||||
- "1.11.x"
|
||||
|
||||
before_install:
|
||||
- go get -t ./...
|
||||
|
Loading…
Reference in New Issue
Block a user