1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-02-01 13:07:50 +02:00

Added Golang 1.9 to TravisCI

This commit is contained in:
Andy Grunwald 2017-08-31 15:56:29 +02:00
parent e844092bb3
commit 1075be4589

View File

@ -8,6 +8,7 @@ go:
- 1.6
- 1.7
- 1.8
- 1.9
before_install:
- go get -t ./...