Skip to content

Commit

Permalink
Merge pull request #437 from SockDrawer/greenkeeper/sinon-3.1.0
Browse files Browse the repository at this point in the history
chore(package): update sinon to version 3.1.0
  • Loading branch information
AccaliaDeElementia authored Aug 8, 2017
2 parents 44d5a6e + 99eb1d9 commit a9f80f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ node_js:
branches:
except:
- /^(?i:v)\d+[.]\d+[.]\d+$/
before_install:
- test `npm --version | cut -d. -f1` -ge 3 || npm install -g npm@3
before_script:
- npm prune
- rm -rf ./coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"mocha": "^3.0.2",
"semantic-release": "^6.3.6",
"simple-git": "^1.45.0",
"sinon": "^2.3.3",
"sinon": "^3.1.0",
"sinon-chai": "^2.9.0",
"validate-commit-msg": "^2.6.1"
},
Expand Down

0 comments on commit a9f80f6

Please sign in to comment.