aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Hester <jon.d.hester@gmail.com>2015-03-05 23:07:25 +0000
committerTimmy Willison <timmywillisn@gmail.com>2015-03-26 17:11:30 -0400
commitbd9a1385feea349f48de658875c3f1bfc75daf74 (patch)
tree28f666df4f46ec7218933566cd5dd0eab027a91c /.travis.yml
parent95c0a10e15477a5031185e2d656d896905562afa (diff)
downloadjquery-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.yml2
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'