1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-12-02 08:51:43 +02:00

Add go1.10 to travis yaml

This commit is contained in:
Vladimir N. Indik 2018-07-11 11:15:12 +02:00
parent 17b6f33428
commit ebb5f9fe9d
No known key found for this signature in database
GPG Key ID: 1FEB13EC3CD811F4

View File

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