From d345a7664a827607f6cd2e3e94f16389ad2fc6c8 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Sun, 30 Aug 2015 18:49:48 +0200 Subject: [PATCH] It seems circle still has problems inferring iojs --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index 9cdd344..4ff1c88 100644 --- a/circle.yml +++ b/circle.yml @@ -1,6 +1,8 @@ machine: pre: - npm install -g npm@3 + node: + version: iojs-3.2.0 test: pre: