From f409bc574ab48268c612bb6cf91ec62fc40d314e Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 26 Apr 2018 01:51:00 +0200 Subject: [PATCH] Updated travis file --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b47826b9..5cc7190c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ go: - 1.10.x - master -# Skip the install step. Don't `go get` dependencies. Only build with the -# code in vendor/ -install: true +# Setting this to true would skip the `go get` dependencies step. +# Useful if you want to build using repository-provided vendor/ only. +install: false matrix: # It's ok if our code fails on unstable development versions of Go.