aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-03-20 15:35:31 +0000
committerStephen Blott2016-03-20 15:35:35 +0000
commit7875b5da15998fd4c3f705b08bc0a5972bddce25 (patch)
tree09b464eb02e400e3c14c581e6ad86fcbff2287e0
parent31393c50342186f728c2b9607caf0220b13fd42e (diff)
downloadvimium-7875b5da15998fd4c3f705b08bc0a5972bddce25.tar.bz2
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.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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"