diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-05-29 21:42:54 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-05-29 21:42:54 +0200 |
commit | 73bf35ecf31867d7ed4662374121efa310cf9f8d (patch) | |
tree | f87c05c18f987b2c85e61ff343585082418b835f | |
parent | 63a303f7392fdb16bcf767f04cca27207b202b9f (diff) | |
download | jquery-73bf35ecf31867d7ed4662374121efa310cf9f8d.tar.gz jquery-73bf35ecf31867d7ed4662374121efa310cf9f8d.zip |
Build: Drop testing on Node.js 5
Node.js 5's upstream support ends in about a month, there is not much point
in testing it when we're releasing a new major version of jQuery
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 34f4d9aec..799270239 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,4 @@ node_js: - "0.10" - "0.12" - "4" -- "5" - "6" |