Update for Travis CI
This commit is contained in:
parent
1dc6d0f365
commit
30377e2fa3
|
@ -4,6 +4,7 @@ sudo: required
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "lts/*"
|
- "lts/*"
|
||||||
|
- "13"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_RELEASE}/hugo_extended_${HUGO_RELEASE}_Linux-64bit.deb"
|
- wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_RELEASE}/hugo_extended_${HUGO_RELEASE}_Linux-64bit.deb"
|
||||||
|
@ -19,4 +20,4 @@ script:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- PRODUCTION=true
|
- PRODUCTION=true
|
||||||
- HUGO_RELEASE=0.60.1
|
- HUGO_RELEASE=0.69.0
|
Loading…
Reference in New Issue