diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2015-09-08 22:38:29 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2015-09-08 22:38:29 +0200 |
commit | 250a1990baa571de60325ab2c52eabb399c4cf9e (patch) | |
tree | 7199639525f472d16021a28623fac167ac7a3d14 /.travis.yml | |
parent | d3d8d9751f3d14a545b26cf820dc1f51896a7b50 (diff) | |
download | jquery-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.yml | 2 |
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' |