From 9a99231c8f9347b627fb92c8350eb7f6d517c452 Mon Sep 17 00:00:00 2001 From: Marc Bachmann Date: Wed, 30 Sep 2015 00:03:38 +0200 Subject: [PATCH] Drop support of node v0.6.0 and v0.8.0 --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9338bf1..7f56324 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,7 @@ language: "node_js" node_js: - - 0.6 - - 0.8 - 0.10 - 0.11 - 0.12 - - iojs-v1.0 - - iojs-v2.0 - - iojs + - 4.0 + - node