Skip to content

Commit

Permalink
Add and verify compatibility with Sinon v3
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored and domenic committed Aug 14, 2017
1 parent d5d47c6 commit 9dc0351
Show file tree
Hide file tree
Showing 3 changed files with 947 additions and 440 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ env:
- CHAI_VERSION=^2.0.0 SINON_VERSION=^2.1.0
- CHAI_VERSION=^3.0.0 SINON_VERSION=^2.1.0
- CHAI_VERSION=^4.0.0 SINON_VERSION=^2.1.0
- CHAI_VERSION=^1.9.2 SINON_VERSION=^3.0.0
- CHAI_VERSION=^2.0.0 SINON_VERSION=^3.0.0
- CHAI_VERSION=^3.0.0 SINON_VERSION=^3.0.0
- CHAI_VERSION=^4.0.0 SINON_VERSION=^3.0.0
script:
- test $TRAVIS_NODE_VERSION == "0.10" || npm run lint
- npm run test-travis
Loading

0 comments on commit 9dc0351

Please sign in to comment.