diff --git a/.travis.yml b/.travis.yml index 1c8c1f5..6b3991b 100644 --- a/.travis.yml +++ b/.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: