Test for Asciidoctor installation (again)

This commit is contained in:
foo-dogsquared 2019-08-14 19:28:31 +08:00
parent 0e0598d74c
commit b9c9f41b8b

View File

@ -1,13 +1,12 @@
dist: xenial
dist: bionic
# installing Hugo from the snap store'
# https://snapcraft.io/hugo
addons:
snaps:
- hugo
# https://snapcraft.io/hugo
before_install:
- sudo apt-get update
- sudo apt-get ruby
- sudo apt-get install hugo
script:
- which asciidoctor
- export PATH=$PATH:$(which asciidoctor)
- asciidoctor --version
- hugo
deploy: