From 09c98128b9897e48859e7a5c0bdf9fcf7d9bb501 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Fri, 15 Jul 2016 10:01:38 -0700 Subject: [PATCH] update travis ci config --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ba5e6963..4f6298842 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js -script: make test node_js: - - "stable" - - "4" + - "node" - "6" + - "4"