We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e622d0d commit 3844343Copy full SHA for 3844343
.travis.yml
@@ -1,3 +1,4 @@
1
language: node_js
2
node_js:
3
- - "0.10"
+ - "node"
4
+ - "iojs"
package.json
@@ -30,7 +30,7 @@
30
"grunt-contrib-uglify": "~0.5.1",
31
"grunt-contrib-watch": "~0.6.1",
32
"mocha": "~1.21.4",
33
- "fakedom-amd": "~0.4.1",
+ "fakedom-amd": "~0.5.0",
34
"sinon": "~1.10.3"
35
}
36
0 commit comments