Browse Source

travis: add 1.x to go versions

pull/461/head
Davor Kapsa 7 years ago committed by GitHub
parent
commit
9ae69b4aac
  1. 1
      .travis.yml

1
.travis.yml

@ -3,6 +3,7 @@ language: go
go:
- 1.8.x
- 1.x
install:
- make

Loading…
Cancel
Save