From 33f5d91044f5416209c0235f66d9e65d8dac0ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 20 Jan 2018 23:07:35 -0800 Subject: [PATCH] Drop go_import_path from .travis.yml Travis linter doesn't recognize this key and it's a global, which makes no sense with stages and anchors --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09eaeb54f..9cbfc7139 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -go_import_path: github.com/cloudflare/unsee - defaults_go: &DEFAULTS_GO language: go go: "1.9.2"