Browse Source

travis: update go versions

pull/4762/head
Davor Kapsa 7 years ago committed by GitHub
parent
commit
c86b46c020
  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.x
- master
before_install:

Loading…
Cancel
Save