1
0
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:
Andy Grunwald 2018-09-09 18:33:53 +02:00
parent 2e3f247e48
commit 43d0103d5a

View File

@ -3,13 +3,14 @@ language: go
sudo: false sudo: false
go: go:
- 1.4 - "1.4.x"
- 1.5 - "1.5.x"
- 1.6 - "1.6.x"
- 1.7 - "1.7.x"
- 1.8 - "1.8.x"
- 1.9 - "1.9.x"
- "1.10" - "1.10.x"
- "1.11.x"
before_install: before_install:
- go get -t ./... - go get -t ./...