From c2741683b2d7405ae3f6cf40eb375e4bdedad479 Mon Sep 17 00:00:00 2001 From: jotadeveloper Date: Sat, 3 Jun 2017 19:19:48 +0200 Subject: [PATCH] Update .travis.yml Add node 8 to travis configuration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0391fb5a9..a552cb19d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ node_js: - '4' - '6' - '7' + - '8' sudo: false script: npm install . && npm run test-travis after_success: npm run coverage:codecov && npm run coverage:codacy