We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffa615 commit 08a2749Copy full SHA for 08a2749
.travis.yml
@@ -1,6 +1,6 @@
1
language: python
2
python:
3
- - '3.6'
+ - "3.6"
4
# Handle git submodules yourself
5
git:
6
submodules: false
@@ -9,7 +9,7 @@ before_install:
9
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
10
- git submodule update --init --recursive
11
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
+ - 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
13
- pip install Pygments
14
- rm -rf public 2> /dev/null
15
script:
0 commit comments