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

Merge pull request #151 from vovka667/vovka667/add_go110

Add go1.10 to travis yaml
This commit is contained in:
Andy Grunwald 2018-07-11 18:04:06 +02:00 committed by GitHub
commit 13606a505f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ go:
- 1.7
- 1.8
- 1.9
- "1.10"
before_install:
- go get -t ./...