From 24fabdec32e334dd3b130d77b38c010e3119b102 Mon Sep 17 00:00:00 2001 From: Forrest L Norvell Date: Fri, 17 Jun 2016 11:36:28 -0700 Subject: [PATCH] build: clean up versions Also quote the version numbers, so Travis doesn't try to test fstream against Node 0.1. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a092c82..9f5972a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: node_js node_js: - - iojs - - 0.12 - - 0.10 - - 0.8 + - "6" + - "4" + - "0.10" + - "0.12" before_install: - "npm config set spin false" - "npm install -g npm/npm"