From e7c23bec382e91e8323127225ccf68097e095b07 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Wed, 5 Oct 2016 23:47:34 +1100 Subject: [PATCH] .travis: drop 0.10 support --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e562ae..7e2b109 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ language: node_js before_install: - npm install npm -g node_js: - - "0.10" - - "0.11" - "0.12" - "io.js" - "4"