From 4d2a0a7b4aeebef0654dedeae27c700f798b10a4 Mon Sep 17 00:00:00 2001 From: Kenan Yildirim Date: Fri, 19 Feb 2016 11:29:31 -0500 Subject: [PATCH] travis: test Node.js 4 and 5 Closes https://github.com/nwitch/behest/issues/16 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 66f746f..3573da7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: node_js node_js: - - "0.8" - - "0.10" + - "4" + - "5" git: depth: 10 branches: only: - master before_install: - - npm install -g npm \ No newline at end of file + - npm install -g npm