Skip to content

Commit 23892bc

Browse files
committed
Update to Bazel 0.26 instead.
test_coverage_on fails for some mysterious reason that seems unrelated to the cleanup crusade I'm pursuing at the moment.
1 parent 23f2288 commit 23892bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ env:
2020
# See https://github.com/bazelbuild/rules_scala/pull/622
2121
# we want to test the last release
2222
#- V=0.16.1 TEST_SCRIPT=test_lint.sh
23-
- V=0.28.1 TEST_SCRIPT=test_rules_scala
23+
- V=0.26 TEST_SCRIPT=test_rules_scala
2424
#- V=0.14.1 TEST_SCRIPT=test_intellij_aspect.sh
25-
- V=0.28.1 TEST_SCRIPT=test_reproducibility
25+
- V=0.26 TEST_SCRIPT=test_reproducibility
2626

2727

2828
before_install:

0 commit comments

Comments
 (0)