From 48959afc335e591cf43211784296a930108ef6c9 Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 23 Jun 2016 21:42:36 -0700 Subject: [PATCH] Update Travis CI to test with Node 6 instead of Node 5. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4e627ebc..a58040290 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ node_js: - "0.10" - "0.12" - "4" - - "5" + - "6" - iojs script: "npm run-script test-cover" after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"