fix travis

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-02-18 11:23:40 -05:00
parent c219ebd48a
commit 533d292bfb
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -4,14 +4,17 @@
notifications:
email: true
go:
- 1.8.x
- 1.9.x
- stable
- tip
services:
- docker
env:
global:
- GO15VENDOREXPERIMENT=1
matrix:
allow_failures:
- go: tip
fast_finish: true
install:
- go get github.com/golang/lint/golint
- go get honnef.co/go/tools/cmd/staticcheck
@ -54,5 +57,5 @@
- cross/reg-linux-amd64
skip_cleanup: true
on:
go: tip
go: stable
tags: true