Skip to content

Commit eb9d1bd

Browse files
committed
fix version for windows
1 parent ab13aac commit eb9d1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ before_install:
3030
- |
3131
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
3232
choco install jdk8 -params 'installdir=c:\\java8'
33-
choco install bazel --version ${V}
33+
choco install bazel --version 0.28.1
3434
fi
3535
- cat .bazelrc.travis >> .bazelrc
3636

0 commit comments

Comments
 (0)