Browse Source

Add Go 1.8 to .travis.yml

pull/4301/head
Unknwon 8 years ago
parent
commit
431e930367
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 1
      .travis.yml

1
.travis.yml

@ -3,6 +3,7 @@ go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- master
before_install:

Loading…
Cancel
Save