From 7875b5da15998fd4c3f705b08bc0a5972bddce25 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 20 Mar 2016 15:35:31 +0000 Subject: Bump node version to 0.12 for travis. The travis build was very noisy because we were forcing an old version of node. 0.12 is a better choice, and keeps the noise levels down. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 971676d8..4f9de03b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js -node_js: 0.10 +node_js: 0.12 before_install: - "npm install -g coffee-script" - "npm install path@0.11" -- cgit v1.2.3