From 9f0fd80c7bbdc3d7cc3d64628247a0c7f5fb3606 Mon Sep 17 00:00:00 2001 From: databricks-cla-test-user <40410767+databricks-cla-test-user@users.noreply.github.com> Date: Thu, 18 Apr 2019 17:42:59 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8351e40a6..cf06f0a45 100755 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ before_install: docker login -u googlecontainerregistrytesting -p "${GCRT_PASSWORD}" \ registry.gitlab.com + addons: apt: sources: @@ -39,3 +40,4 @@ script: - bazel clean && bazel build //... # Run outside of the sandbox to get access to Docker credentials registered above. - bazel clean && bazel test --test_output=errors --strategy=TestRunner=standalone //... +