From eab828e12c671cbf5cdf9b09df050cc59f0dd862 Mon Sep 17 00:00:00 2001 From: Julie Ralph Date: Thu, 24 Sep 2015 12:14:22 -0700 Subject: [PATCH] chore(travis): test against node 4 Test against node 4 on Travis, and remove support for node 0.10. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed58dd8d1..29e35ba45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js sudo: false node_js: - - "0.10" - "0.12" + - "4.1" env: global: