From 5f297f9c00a5cf3f4d966fd9102f4cb50ca8aca2 Mon Sep 17 00:00:00 2001 From: Tina Holly Date: Sat, 25 May 2019 09:57:59 -0400 Subject: [PATCH] rm node version from travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5561ca5..9e925ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ language: node_js -node_js: - - "6" script: - npm test - - npm run coverage-ci \ No newline at end of file + - npm run coverage-ci