diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-10-31 18:38:35 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-10-31 18:38:35 +0100 |
commit | 5b4cb0d33731a58384e02ad51e703e7dcb00e424 (patch) | |
tree | baf6c4a6165f79868d0bfc3d433f6f9f13a220d0 /.travis.yml | |
parent | fedc1aa690cceb8396a10fb7dfbb4efe5f5ce26b (diff) | |
download | jquery-5b4cb0d33731a58384e02ad51e703e7dcb00e424.tar.gz jquery-5b4cb0d33731a58384e02ad51e703e7dcb00e424.zip |
Build: Stop testing on Node.js 0.10
Node.js 0.10 loses upstream support today (see https://github.com/nodejs/LTS/)
so let's stop testing against it as well.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 641dd4ffb..2dea0b6fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js sudo: false node_js: -- "0.10" - "0.12" - "4" - "6" |