From: Michał Gołębiowski Date: Tue, 30 May 2017 19:22:52 +0000 (+0200) Subject: Build: Test on Node.js 8, stop testing on Node.js 7 X-Git-Tag: 3.3.0~72 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bef46a2aeb959093de47fa6bf435ecb91402ed97;p=jquery.git Build: Test on Node.js 8, stop testing on Node.js 7 --- diff --git a/.travis.yml b/.travis.yml index 0a5758411..94d06df2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ sudo: false node_js: - "4" - "6" -- "7" +- "8"