From: Michał Gołębiowski Date: Wed, 26 Oct 2016 10:08:14 +0000 (+0200) Subject: Build: Run tests on Node.js 7 X-Git-Tag: 3.2.0~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7bb62bb3ae771fc57cc62ee14bd10d94680efb4f;p=jquery.git Build: Run tests on Node.js 7 --- diff --git a/.travis.yml b/.travis.yml index 799270239..641dd4ffb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,4 @@ node_js: - "0.12" - "4" - "6" +- "7"