Skip to content

Commit

Permalink
Update test dependencies, and use iojs on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed May 13, 2015
1 parent 745afc6 commit b39cb55
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
language: node_js
node_js: ["0.10"]
notifications:
email:
- [email protected]
node_js: ["iojs"]
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,25 @@
"url": "https://github.com/rstacruz/nprogress.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec"
"test": "mocha"
},
"main": "nprogress.js",
"license": "MIT",
"devDependencies": {
"chai": "~1.6.1",
"jquery": "^2.1.1",
"jsdom": "~0.6.5",
"mocha": "~1.11.0",
"mocha-jsdom": "^0.1.1"
"jsdom": "^5.4.1",
"mocha": "^2.2.4",
"mocha-jsdom": "^0.3.0"
},
"dependencies": {},
"jspm": {
"format": "global",
"shim": {
"nprogress": {
"deps": ["./nprogress.css!"]
"deps": [
"./nprogress.css!"
]
}
},
"dependencies": {
Expand All @@ -33,7 +35,9 @@
},
"spm": {
"main": "nprogress.js",
"output": ["nprogress.css"],
"output": [
"nprogress.css"
],
"ignore": [
"support",
"test",
Expand Down

0 comments on commit b39cb55

Please sign in to comment.