Skip to content

Commit

Permalink
Merge pull request #201 from asciidoctor/updatecli_eabbcfdc106289321f…
Browse files Browse the repository at this point in the history
…6be0b1d3d708d2fbf97c29a4db6d7bc02fb19eecab9e16

[updatecli] Bump Asciidoctor-Revealjs version
  • Loading branch information
dduportal authored May 2, 2021
2 parents 80b95df + 62771ef commit e2a9e79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/env_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ASCIIDOCTOR_DIAGRAM_VERSION: 2.1.2
ASCIIDOCTOR_EPUB3_VERSION: 1.5.0.alpha.19
ASCIIDOCTOR_FB2_VERSION: 0.5.1
ASCIIDOCTOR_MATHEMATICAL_VERSION: 0.3.5
ASCIIDOCTOR_REVEALJS_VERSION: 4.0.1
ASCIIDOCTOR_REVEALJS_VERSION: 4.1.0
KRAMDOWN_ASCIIDOC_VERSION: 1.0.1
ASCIIDOCTOR_BIBTEX_VERSION: 0.8.0
3 changes: 2 additions & 1 deletion tests/test_suite.bats
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ teardown() {
}

@test "asciidoctor-revealjs is callable without error" {
docker run -t --rm "${DOCKER_IMAGE_NAME_TO_TEST}" asciidoctor-revealjs -v
docker run -t --rm "${DOCKER_IMAGE_NAME_TO_TEST}" asciidoctor-revealjs -v \
| grep "${ASCIIDOCTOR_REVEALJS_VERSION}"
}

@test "make is installed and in the path" {
Expand Down

0 comments on commit e2a9e79

Please sign in to comment.