mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +00:00
Test for Asciidoctor installation (again)
This commit is contained in:
parent
0e0598d74c
commit
b9c9f41b8b
13
.travis.yml
13
.travis.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user