diff --git a/.travis.yml b/.travis.yml index 4c96d9d..e0599ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ before_install: - sudo apt-get update - sudo apt-get install ruby - curl https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb - - dpkg -i hugo_0.57.0_Linux-64bit.deb + - sudo dpkg -i hugo_0.57.0_Linux-64bit.deb script: - asciidoctor --version - hugo