-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require Node v4, Chai v4, and Sinon v4 at least.
- Loading branch information
Showing
2 changed files
with
6 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,11 @@ | ||
language: node_js | ||
node_js: | ||
- "0.10" | ||
- 4 | ||
- stable | ||
env: | ||
# Can't figure out how to DRY this up: http://stackoverflow.com/q/22397300/3191 | ||
- CHAI_VERSION=^1.9.2 SINON_VERSION=^1.4.0 | ||
- CHAI_VERSION=^2.0.0 SINON_VERSION=^1.4.0 | ||
- CHAI_VERSION=^3.0.0 SINON_VERSION=^1.4.0 | ||
- CHAI_VERSION=^4.0.0 SINON_VERSION=^1.4.0 | ||
- CHAI_VERSION=^1.9.2 SINON_VERSION=^2.1.0 | ||
- 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 | ||
- CHAI_VERSION=^1.9.2 SINON_VERSION=^4.0.0 | ||
- CHAI_VERSION=^2.0.0 SINON_VERSION=^4.0.0 | ||
- CHAI_VERSION=^3.0.0 SINON_VERSION=^4.0.0 | ||
# This matrix used to be larger. In 3.0.0 we moved to only supporting these versions. | ||
# But, we'll retain the infrastructure for a larger matrix, in case we need it in the future. | ||
- CHAI_VERSION=^4.0.0 SINON_VERSION=^4.0.0 | ||
script: | ||
- test $TRAVIS_NODE_VERSION == "0.10" || npm run lint | ||
- npm run lint | ||
- npm run test-travis | ||
before_install: | ||
- if [ `npm -v` = "5.3.0" ]; then | ||
npm install -g npm@^5.4.2; | ||
npm -v; | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters