From 4326fd031370bb161b13eb6df031e858a7707575 Mon Sep 17 00:00:00 2001 From: Nightapes Date: Sat, 15 Jun 2019 23:20:45 +0200 Subject: [PATCH] build(travis): change go import path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e5af48..8de50b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: xenial language: go go: - 1.12.x -gobuild_args: -x -ldflags +go_import_path: github.com/nightapes/go-semantic-release cache: directories: - $HOME/.cache/go-build