From 000959d888558c9e2bd5ca13029b2e1897638897 Mon Sep 17 00:00:00 2001 From: Patrick Mooney Date: Sun, 14 Jun 2015 21:22:24 -0500 Subject: [PATCH] Remove node 0.8 testing from travis config Node.js 0.8 is still supported but istanbul and friends now have dependencies that balk. The tests can still be run manually. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5faf813..784e99e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: node_js node_js: - - 0.8 - 0.10 - 0.12