diff options
author | Jon Hester <jon.d.hester@gmail.com> | 2015-03-05 23:07:25 +0000 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2015-03-26 17:11:30 -0400 |
commit | bd9a1385feea349f48de658875c3f1bfc75daf74 (patch) | |
tree | 28f666df4f46ec7218933566cd5dd0eab027a91c /.travis.yml | |
parent | 95c0a10e15477a5031185e2d656d896905562afa (diff) | |
download | jquery-bd9a1385feea349f48de658875c3f1bfc75daf74.tar.gz jquery-bd9a1385feea349f48de658875c3f1bfc75daf74.zip |
Tests: add the current version of node and iojs to the travis config
Close gh-2121
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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' |