Update versions of things on CI
This commit is contained in:
parent
2e63cf229e
commit
1b0d8c7cd5
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
machine:
|
machine:
|
||||||
node:
|
node:
|
||||||
version: 6.9.4
|
version: 6.11.2
|
||||||
python:
|
python:
|
||||||
version: 3.6.0
|
version: 3.6.2
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
- wget https://github.com/gohugoio/hugo/releases/download/v0.25/hugo_0.25_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
|
- wget https://github.com/gohugoio/hugo/releases/download/v0.26/hugo_0.26_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb
|
||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
|
|
Loading…
Reference in a new issue