Skip to content

Commit 08a2749

Browse files
committed
Update hugo version to latest release
1 parent 6ffa615 commit 08a2749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- '3.6'
3+
- "3.6"
44
# Handle git submodules yourself
55
git:
66
submodules: false
@@ -9,7 +9,7 @@ before_install:
99
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
1010
- git submodule update --init --recursive
1111
install:
12-
- wget https://github.com/gohugoio/hugo/releases/download/v0.35/hugo_0.35_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
12+
- wget https://github.com/gohugoio/hugo/releases/download/v0.58.3/hugo_0.58.3_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
1313
- pip install Pygments
1414
- rm -rf public 2> /dev/null
1515
script:

0 commit comments

Comments
 (0)