We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8811868 commit 8cea731Copy full SHA for 8cea731
.travis.yml
@@ -20,9 +20,9 @@ env:
20
# See https://github.com/bazelbuild/rules_scala/pull/622
21
# we want to test the last release
22
#- V=0.16.1 TEST_SCRIPT=test_lint.sh
23
- - V=0.28.1 TEST_SCRIPT=test_rules_scala
+ - V=0.26 TEST_SCRIPT=test_rules_scala
24
#- V=0.14.1 TEST_SCRIPT=test_intellij_aspect.sh
25
- - V=0.28.1 TEST_SCRIPT=test_reproducibility
+ - V=0.26 TEST_SCRIPT=test_reproducibility
26
27
28
before_install:
0 commit comments