From 1b0d8c7cd5ca0fff38da0d4210ab64b9c1e636cb Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 7 Aug 2017 10:11:51 +0100 Subject: [PATCH] Update versions of things on CI --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 9b9bb29..bc6903b 100644 --- a/circle.yml +++ b/circle.yml @@ -1,12 +1,12 @@ machine: node: - version: 6.9.4 + version: 6.11.2 python: - version: 3.6.0 + version: 3.6.2 dependencies: 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: override: