diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-10-31 20:14:10 +0100 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-11-02 12:51:23 -0400 |
commit | 622a129a4df9aa8f606b8af0558e2cdb76b102d4 (patch) | |
tree | 915eb8bb3c7973317545c5072024c8a38dd52544 /.travis.yml | |
parent | 863a49f95b181adaf76cbaf268e4ecf5485dbcf1 (diff) | |
download | jquery-ui-622a129a4df9aa8f606b8af0558e2cdb76b102d4.tar.gz jquery-ui-622a129a4df9aa8f606b8af0558e2cdb76b102d4.zip |
Build: Run Travis tests on Node.js 6, not 0.12
Node.js 0.12 loses upstream support at the end of 2016, while Node 6 is in the
Active support phase until 2018-04-18 and will receive security fixes until
2019-04-18.
Closes gh-1767
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 7143893d2..ec9bb0c8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ sudo: required dist: trusty language: node_js node_js: - - "0.12" + - "6" |