From 77882fbf32ba7857b03ca98b45666e73ce87af71 Mon Sep 17 00:00:00 2001 From: nick spragg Date: Mon, 11 Apr 2016 20:51:47 +0100 Subject: [PATCH] Task: Allow travis to test using node 0.10 and 0.12 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 04976bf..01af581 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: node_js node_js: - "5" - "4" + - "0.10" + - "0.12" after_script: - npm run coverage - cat coverage/lcov.info | node_modules/.bin/coveralls