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' # installing Hugo from the snap store'
# https://snapcraft.io/hugo # https://snapcraft.io/hugo
addons: before_install:
snaps: - sudo apt-get update
- hugo - sudo apt-get ruby
- sudo apt-get install hugo
script: script:
- which asciidoctor
- export PATH=$PATH:$(which asciidoctor)
- asciidoctor --version - asciidoctor --version
- hugo - hugo
deploy: deploy: