travis: add go1.9, remove tip

This commit is contained in:
Eyal Posener 2017-11-04 10:57:04 +02:00
parent 7ee9623f2b
commit c45e6fe851
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
language: go language: go
sudo: false sudo: false
go: go:
- 1.9
- 1.8 - 1.8
- tip
before_install: before_install:
- go get -u -t ./... - go get -u -t ./...