From c58477279e8fe62f89bd6f8a86b75c139b415028 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Sat, 23 Aug 2014 00:52:13 -0400 Subject: [PATCH] pinning node 0.10.30 for tests h/t @lightbringer1991 https://github.com/SheetJS/j/issues/4 waiting on https://github.com/joyent/node/issues/8208 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a28536..c86d3f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: - "0.11" - - "0.10" + - "0.10.30" - "0.8" before_install: - "npm install -g mocha"