Skip to content

Commit

Permalink
Merge branch 'travis' of https://github.com/shinnn/mocha into v3.0.0
Browse files Browse the repository at this point in the history
# By Shinnosuke Watanabe
# Via Shinnosuke Watanabe
* 'travis' of https://github.com/shinnn/mocha:
  Require npm version which supports `^` specifier
  • Loading branch information
Christopher Hiller committed Oct 29, 2014
2 parents ac4b2e8 + 1a0cc82 commit ad3057d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ node_js:
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm install -g npm
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
"_mocha": "./bin/_mocha"
},
"engines": {
"node": ">= 0.8.x"
"node": ">= 0.8.x",
"npm": ">=1.4.3"
},
"engineStrict": true,
"scripts": {
"test": "make test-all"
},
Expand Down

0 comments on commit ad3057d

Please sign in to comment.