From: Jon Hester Date: Thu, 5 Mar 2015 23:07:25 +0000 (+0000) Subject: Tests: add the current version of node and iojs to the travis config X-Git-Tag: 3.0.0-alpha1+compat~95 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dd2e02715366d6959ae2c61c3e11fecb481374f4;p=jquery.git Tests: add the current version of node and iojs to the travis config Close gh-2121 --- diff --git a/.travis.yml b/.travis.yml index 0f4d3dafb..f375c2c3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,5 @@ language: node_js sudo: false node_js: - '0.10' +- '0.12' +- 'iojs'