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

Commit

Permalink
Update sinon to the latest version 🚀 (#67)
Browse files Browse the repository at this point in the history
* chore(package): update sinon to version 6.0.0

* Update Travis install script
  • Loading branch information
greenkeeper[bot] authored and daffl committed Jun 11, 2018
1 parent d0bc7b7 commit 66e9182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- node
- '6'
- node
- '6'
install: npm install
addons:
code_climate:
repo_token: 7b59b3fb1686f11b94d458292f5152bc81d7b7f30650a0a5bc36ac18bc009f76
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.0.0",
"semistandard": "^12.0.0",
"sinon": "^5.0.0",
"sinon": "^6.0.0",
"sinon-chai": "^3.0.0"
}
}

0 comments on commit 66e9182

Please sign in to comment.