Skip to content

Commit

Permalink
Explicitly label bazel 0.28.1 (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 authored and ittaiz committed Nov 27, 2019
1 parent faa89d5 commit ecb5639
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ jobs:
env: TEST_SCRIPT=test_lint
# Test
- <<: *linux
env: TEST_SCRIPT=test_rules_scala
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=0.28.1
- <<: *linux
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.2.1
- <<: *linux
env: TEST_SCRIPT=test_reproducibility
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=0.28.1
- <<: *linux
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.2.1
- <<: *osx
env: TEST_SCRIPT=test_rules_scala
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=0.28.1
- <<: *osx
env: TEST_SCRIPT=test_rules_scala BAZEL_VERSION=1.2.1
- <<: *osx
env: TEST_SCRIPT=test_reproducibility
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=0.28.1
- <<: *osx
env: TEST_SCRIPT=test_reproducibility BAZEL_VERSION=1.2.1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ for an example workspace using another scala version.
| bazel | rules_scala gitsha |
|--------|--------------------|
| 1.2.1 | HEAD |
| 0.28.0 | HEAD |
| 0.28.1 | HEAD |
| 0.23.x | ca655e5a330cbf1d66ce1d9baa63522752ec6011 | |
| 0.22.x | f3113fb6e9e35cb8f441d2305542026d98afc0a2 |
| 0.16.x | f3113fb6e9e35cb8f441d2305542026d98afc0a2 |
Expand Down

0 comments on commit ecb5639

Please sign in to comment.