Merge pull request #1484 from jcvenegas/master-travis-fix

ci: travis
This commit is contained in:
Eric Ernst
2019-04-05 08:52:39 -07:00
committed by GitHub

View File

@@ -16,6 +16,9 @@ clone_tests_repo()
fi fi
go get -d -u "$tests_repo" || true go get -d -u "$tests_repo" || true
if [ -n "${TRAVIS_BRANCH:-}" ]; then
( cd "${tests_repo_dir}" && git checkout "${TRAVIS_BRANCH}" )
fi
} }
run_static_checks() run_static_checks()