.travis.yml: add go 1.7.x

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
main
Antonio Murdaca 8 years ago
parent 55f715e28c
commit d913b71c72
No known key found for this signature in database
GPG Key ID: B2BEAD150DE936B9

@ -12,6 +12,7 @@ go:
- 1.4.2
- 1.5.x
- 1.6.x
- 1.7.x
- master
matrix:
@ -20,6 +21,8 @@ matrix:
include:
- go: 1.6.x
os: osx
- go: 1.7.x
os: osx
before_script:
- go get github.com/urfave/gfmrun/... || true

Loading…
Cancel
Save