Browse Source

CI: add go 1.9.x

pull/4722/merge
Unknwon 7 years ago
parent
commit
221aa8968a
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 7
      .travis.yml

7
.travis.yml

@ -1,8 +1,9 @@
language: go
go:
- 1.6
- 1.7
- 1.8
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- master
before_install:

Loading…
Cancel
Save