Browse Source

ci: add Go 1.10

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

1
.travis.yml

@ -4,6 +4,7 @@ go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- master
before_install:

Loading…
Cancel
Save