From: Michał Gołębiowski-Owczarek Date: Mon, 4 Mar 2019 18:05:09 +0000 (+0100) Subject: Build: Run Karma browser tests on Node.js 10 instead of 8 X-Git-Tag: 3.4.0~16 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=16ad9889f562e730a7f39df8a20938f6a3a04edc;p=jquery.git Build: Run Karma browser tests on Node.js 10 instead of 8 Node.js 10 has been in Active LTS since 2018-04-24 and Node.js 8 is now in maintenance mode. See https://github.com/nodejs/Release for more details. Closes gh-4311 --- diff --git a/.travis.yml b/.travis.yml index c528d1651..01111e110 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: matrix: include: # Run browser tests only on one Node.js version to save time. - - node_js: "8" + - node_js: "10" env: NPM_SCRIPT=test:browser script: - npm run $NPM_SCRIPT