mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-12 09:19:01 +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'
|
# 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user