Test for Asciidoctor installation (yet again)

This commit is contained in:
foo-dogsquared 2019-08-14 19:36:45 +08:00
parent b9c9f41b8b
commit 1597c19177

View File

@ -4,7 +4,7 @@ dist: bionic
# https://snapcraft.io/hugo # https://snapcraft.io/hugo
before_install: before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get ruby - sudo apt-get install ruby
- sudo apt-get install hugo - sudo apt-get install hugo
script: script:
- asciidoctor --version - asciidoctor --version