]> source.dussan.org Git - jquery.git/commitdiff
Tests: add the current version of node and iojs to the travis config
authorJon Hester <jon.d.hester@gmail.com>
Thu, 5 Mar 2015 23:07:25 +0000 (23:07 +0000)
committerTimmy Willison <timmywillisn@gmail.com>
Thu, 26 Mar 2015 21:13:39 +0000 (17:13 -0400)
Close gh-2121

.travis.yml

index 0f4d3dafb2c92d353ded158c09ee5591663ee121..f375c2c3b2127f0db95724508a56d91a9b68f332 100644 (file)
@@ -2,3 +2,5 @@ language: node_js
 sudo: false
 node_js:
 - '0.10'
+- '0.12'
+- 'iojs'