mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Add tests for Hugo 0.52 (#110)
This commit is contained in:
parent
88aa5812f5
commit
1a032470ce
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ env:
|
||||||
- HUGO_VERSION="0.49.2"
|
- HUGO_VERSION="0.49.2"
|
||||||
- HUGO_VERSION="0.50"
|
- HUGO_VERSION="0.50"
|
||||||
- HUGO_VERSION="0.51"
|
- HUGO_VERSION="0.51"
|
||||||
|
- HUGO_VERSION="0.52"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
|
- wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue