Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Update .kokoro
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Mar 6, 2018
1 parent b8261f3 commit 55dd1b1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .kokoro
Expand Up @@ -61,10 +61,11 @@ TAG=$(git tag --sort=v:refname -l "$KOKORO_RUNNER_VERSION" | tail -n1)
git checkout "$TAG" > /dev/null
popd


bazel version
use_bazel.sh 0.11.0
bazel version
if [ -n "$KOKORO_BUILD_NUMBER" ]; then
bazel version
use_bazel.sh 0.11.0
bazel version
fi

./.kokoro-ios-runner/bazel.sh test //:UnitTests --min-xcode-version 8.1.0 $verbosity_args

Expand Down

0 comments on commit 55dd1b1

Please sign in to comment.