From 3e06a80a5e27ccf2ba3bb37139ea1a330dec0d1e Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Wed, 14 Aug 2019 19:28:31 +0800 Subject: [PATCH] Test for Asciidoctor installation (again) --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 103a609..e0599ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ before_install: - curl https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb - sudo dpkg -i hugo_0.57.0_Linux-64bit.deb script: - - which asciidoctor - - export PATH=$PATH:$(which asciidoctor) - asciidoctor --version - hugo deploy: