From 996a007c7130185634094ade145f8d7cda64c830 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 1 Apr 2017 16:48:24 +0800 Subject: [PATCH] Dont test on 5 (no LTS). Test on latest version. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 130dc1a..2c2f25b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: + - 'node' - '6' - - '5' - '4' script: npm run lint && npm test after_success: npm run coverage