Skip to content

Commit

Permalink
Update Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriadrake committed Mar 19, 2019
1 parent a78ef8d commit c094268
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
git:
depth: false

env:
- HUGO_VERSION="0.41"
- HUGO_VERSION="0.48"
- HUGO_VERSION="0.49.2"
- HUGO_VERSION="0.50"
- HUGO_VERSION="0.51"
- HUGO_VERSION="0.52"
- HUGO_VERSION="0.53"
- HUGO_VERSION="0.54.0"

install:
- wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
Expand All @@ -9,5 +18,5 @@ install:

script:
- cd exampleSite
- hugo --themesDir .. -t . -v
- HUGO_THEME=hugo-theme-sam hugo --themesDir ../.. -v
- htmlproofer public --check-html --disable-external

0 comments on commit c094268

Please sign in to comment.