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