From 7e98373435ecbda190cd98c3704d5ea6e2a37ea2 Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Thu, 2 Feb 2017 21:22:17 -0800 Subject: [PATCH] Configure travis to only test on Node 5 --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f9bad2..15dc6f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,5 @@ language: node_js node_js: - "5" - "5.1" - - "4" - - "4.2" - - "4.1" - - "4.0" after_success: - - codeclimate-test-reporter < ./test/unit/coverage/lcov.info \ No newline at end of file + - codeclimate-test-reporter < ./test/unit/coverage/lcov.info