From 3ec661da9721ce1da5a8ae17fd8fd5d0cce101c1 Mon Sep 17 00:00:00 2001 From: Scott Fleckenstein Date: Thu, 11 Aug 2016 13:19:15 -0700 Subject: [PATCH] Add GO15VENDOREXPERIMENT to travis.yaml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7ce69a71a1..9df4bf0812 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ go: - '1.5' - '1.6' - tip +env: +- GO15VENDOREXPERIMENT="1" install: - go get github.com/Masterminds/glide before_script: @@ -13,6 +15,7 @@ script: - glide install - go test -race $(glide novendor) matrix: + fast_finish: true allow_failures: - go: tip notifications: