Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Commit

Permalink
node versions and increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Dec 26, 2015
1 parent b4a7b5e commit f77efba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,7 +1,11 @@
sudo: false
language: node_js
node_js:
- 'iojs'
- '5'
- '4'
- '3'
- '2'
- '1'
- '0.12'
- '0.10'
before_script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
"lint": "jshint *.js --exclude node_modules && jscs *.js",
"test": "npm run-script lint && mocha"
"test": "npm run-script lint && mocha --timeout 10000"
},
"bin": {
"git-semver-tags": "cli.js"
Expand Down

0 comments on commit f77efba

Please sign in to comment.