From 64f06ae62d306c1ed2375bc57e23bf126b1fb05e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 5 Jun 2016 21:16:36 +0100 Subject: [PATCH] Update CI versions --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 43ba6d2..be12963 100644 --- a/circle.yml +++ b/circle.yml @@ -1,8 +1,8 @@ machine: python: - version: 3.4.2 + version: 3.5.1 node: - version: 5.10.1 + version: 5.11.1 environment: NODE_ENV: production