.travis.yml: add go1.8

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-02-20 14:33:34 +01:00
parent 0639f06d03
commit b041c716e7
No known key found for this signature in database
GPG Key ID: B2BEAD150DE936B9
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
language: go
go:
- 1.6
- 1.7
- 1.6.x
- 1.7.x
- 1.8.x
- tip
sudo: required