Correct Travis CI config

This commit is contained in:
foo-dogsquared 2019-08-14 20:19:11 +08:00
parent 6425c14509
commit 1535e774e6

View File

@ -6,7 +6,7 @@ before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install ruby - sudo apt-get install ruby
- curl https://github.com/gohugoio/hugo/releases/download/v0.57.0/hugo_0.57.0_Linux-64bit.deb - 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: script:
- asciidoctor --version - asciidoctor --version
- hugo - hugo