From 6bf19d992b9b700463fd1c3d443d8a0e8a60a2de Mon Sep 17 00:00:00 2001 From: spinlock Date: Wed, 23 Mar 2016 17:12:20 +0800 Subject: [PATCH] Update, support go 1.6 --- .travis.yml | 8 ++++++-- Makefile | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 378a28d06..1b2da393b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,13 @@ language: go +env: + - GO15VENDOREXPERIMENT=0 + go: - - 1.4.3 - - 1.5.2 - 1.5.3 + - 1.4.3 + - 1.3.3 + - 1.6 install: - go get -u github.com/tools/godep diff --git a/Makefile b/Makefile index ec9c57efe..72c070fe7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ .DEFAULT_GOAL := build-all +export GO15VENDOREXPERIMENT=0 + .PHONY: godep GODEP :=