-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade
mock-fs
to allow modern Nodes. Update Travis + Appveyor. Fixes
- Loading branch information
1 parent
64e0c8d
commit 97ab9e8
Showing
5 changed files
with
454 additions
and
62 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,11 +1,9 @@ | ||
language: node_js | ||
|
||
node_js: | ||
- "6" | ||
- "8" | ||
# `mock-fs` doesn't support `[email protected]+` | ||
# https://github.com/FormidableLabs/inspectpack/issues/83 | ||
- "10.4" | ||
- "10" | ||
- "11" | ||
|
||
branches: | ||
only: | ||
|
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
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,10 +1,8 @@ | ||
environment: | ||
matrix: | ||
- nodejs_version: "6" | ||
- nodejs_version: "8" | ||
# `mock-fs` doesn't support `[email protected]+` | ||
# https://github.com/FormidableLabs/inspectpack/issues/83 | ||
- nodejs_version: "10.4" | ||
- nodejs_version: "10" | ||
- nodejs_version: "11" | ||
|
||
# Install scripts. (runs after repo cloning) | ||
install: | ||
|
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.