-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test under Node.js 12; bump dependencies
- Loading branch information
1 parent
4f4dfc7
commit 3193e9c
Showing
4 changed files
with
1,882 additions
and
630 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 |
---|---|---|
|
@@ -3,6 +3,7 @@ os: | |
- windows | ||
- linux | ||
node_js: | ||
- 12 | ||
- 11 | ||
- 10 | ||
- 8 | ||
|
@@ -11,13 +12,20 @@ env: | |
- FRESH_DEPS=true | ||
matrix: | ||
exclude: | ||
- node_js: 12 | ||
env: FRESH_DEPS=true # Assume any bugs that occur with fresh dependencies are not platform specific. | ||
os: windows | ||
- node_js: 12 | ||
env: FRESH_DEPS=false | ||
os: linux # Windows already tests without fresh dependencies, and we test *with* on Linux. | ||
- node_js: 11 | ||
os: windows # We don't need to test odd-version releases very hard. | ||
- node_js: 11 | ||
env: FRESH_DEPS=true | ||
- node_js: 10 | ||
env: FRESH_DEPS=true | ||
- node_js: 8 | ||
env: FRESH_DEPS=true | ||
- node_js: 10 | ||
env: FRESH_DEPS=true # Assume any bugs that occur with fresh dependencies are not platform specific. | ||
os: windows | ||
cache: npm | ||
before_install: if [[ "$(npm -v)" != "6.9.0" ]] && [[ "${TRAVIS_OS_NAME}" != "windows" ]]; then npm install --global [email protected]; fi | ||
install: npm ci | ||
|
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
Oops, something went wrong.