Skip to content

Commit b39cb55

Browse files
committed
Update test dependencies, and use iojs on Travis
1 parent 745afc6 commit b39cb55

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
language: node_js
2-
node_js: ["0.10"]
3-
notifications:
4-
email:
5-
- dropbox+travis@ricostacruz.com
2+
node_js: ["iojs"]

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,25 @@
88
"url": "https://github.com/rstacruz/nprogress.git"
99
},
1010
"scripts": {
11-
"test": "./node_modules/.bin/mocha -R spec"
11+
"test": "mocha"
1212
},
1313
"main": "nprogress.js",
1414
"license": "MIT",
1515
"devDependencies": {
1616
"chai": "~1.6.1",
1717
"jquery": "^2.1.1",
18-
"jsdom": "~0.6.5",
19-
"mocha": "~1.11.0",
20-
"mocha-jsdom": "^0.1.1"
18+
"jsdom": "^5.4.1",
19+
"mocha": "^2.2.4",
20+
"mocha-jsdom": "^0.3.0"
2121
},
2222
"dependencies": {},
2323
"jspm": {
2424
"format": "global",
2525
"shim": {
2626
"nprogress": {
27-
"deps": ["./nprogress.css!"]
27+
"deps": [
28+
"./nprogress.css!"
29+
]
2830
}
2931
},
3032
"dependencies": {
@@ -33,7 +35,9 @@
3335
},
3436
"spm": {
3537
"main": "nprogress.js",
36-
"output": ["nprogress.css"],
38+
"output": [
39+
"nprogress.css"
40+
],
3741
"ignore": [
3842
"support",
3943
"test",

0 commit comments

Comments
 (0)