aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2015-09-08 22:38:29 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2015-09-08 22:38:29 +0200
commit250a1990baa571de60325ab2c52eabb399c4cf9e (patch)
tree7199639525f472d16021a28623fac167ac7a3d14 /.travis.yml
parentd3d8d9751f3d14a545b26cf820dc1f51896a7b50 (diff)
downloadjquery-250a1990baa571de60325ab2c52eabb399c4cf9e.tar.gz
jquery-250a1990baa571de60325ab2c52eabb399c4cf9e.zip
Build: Drop io.js testing, test on latest Node.js
Node.js & io.js have merged, there will be no more major io.js releases. Also, as of today io.js is officially unsupported (even if it still gets some updates) while Node.js 4.0.0 (just released!) will be supported until 2018.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f375c2c3b..bbbd62b97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,4 +3,4 @@ sudo: false
node_js:
- '0.10'
- '0.12'
-- 'iojs'
+- '4'