Skip to content

Commit 3844343

Browse files
committed
Upgrade tests for latest nodejs and iojs
1 parent e622d0d commit 3844343

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- "node"
4+
- "iojs"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"grunt-contrib-uglify": "~0.5.1",
3131
"grunt-contrib-watch": "~0.6.1",
3232
"mocha": "~1.21.4",
33-
"fakedom-amd": "~0.4.1",
33+
"fakedom-amd": "~0.5.0",
3434
"sinon": "~1.10.3"
3535
}
3636
}

0 commit comments

Comments
 (0)