From 46c13ee1c090434ce9d0b6754e8889c05eb16e15 Mon Sep 17 00:00:00 2001 From: mhchia Date: Wed, 4 Sep 2019 16:34:56 +0800 Subject: [PATCH] Fix CI to call the script in the correct path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a4c7a504..f5d470d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ matrix: - export GOPATH=$HOME/go - export GOROOT=/usr/local/go - export PATH=$GOROOT/bin:$GOPATH/bin:$PATH - - ./install_interop_go_pkgs.sh + - ./tests/interop/go_pkgs/install_interop_go_pkgs.sh install: - pip install --upgrade pip