From 349bdc711e6164399eeb925c3fe95fd2c3cf8fed Mon Sep 17 00:00:00 2001 From: Matt Rickard Date: Tue, 17 Apr 2018 11:45:20 -0700 Subject: [PATCH] update travis for new org --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8505a0fc1..808a6f383 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: linux go: - 1.9.x -go_import_path: github.com/GoogleCloudPlatform/kaniko +go_import_path: github.com/GoogleContainerTools/kaniko script: - make test