From 4c7da96c4a6485c6a968ce7caf3d93917a733732 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 6 Jun 2017 11:05:59 -0400 Subject: [PATCH] Use Node 7 for tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 48b933828..637253e15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ matrix: script: npm run test-node:ci - node_js: 6 script: npm run test-node:ci - - node_js: node + - node_js: 7 addons: sauce_connect: true before_script: