-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fabric update new canvas, new jsdom (#5356)
- Loading branch information
Showing
28 changed files
with
377 additions
and
422 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,5 +1,6 @@ | ||
.DS_Store | ||
*.iml | ||
/.nyc_output/ | ||
/node_modules/ | ||
/npm-debug.log | ||
before_commit | ||
|
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,4 +1,5 @@ | ||
.github/ | ||
.nyc_output/ | ||
src/ | ||
lib/ | ||
coverage/ | ||
|
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 |
---|---|---|
|
@@ -52,47 +52,35 @@ jobs: | |
- stage: Unit Tests | ||
env: LAUNCHER=Chrome | ||
script: npm run build:fast && testem ci --port 8080 -f testem.json -l $LAUNCHER | ||
install: npm install [email protected] [email protected] | ||
addons: | ||
apt: | ||
packages: # avoid installing packages | ||
- stage: Unit Tests | ||
env: LAUNCHER=Firefox | ||
script: npm run build:fast && testem ci --port 8080 -f testem.json -l $LAUNCHER | ||
install: npm install [email protected] [email protected] | ||
addons: | ||
apt: | ||
packages: # avoid installing packages | ||
- stage: Unit Tests | ||
env: LAUNCHER=Node | ||
node_js: "10" | ||
- stage: Unit Tests | ||
node_js: "8" | ||
node_js: "11" | ||
- stage: Unit Tests | ||
node_js: "6" | ||
- stage: Unit Tests | ||
node_js: "4" | ||
env: LAUNCHER=Node | ||
node_js: "10" | ||
- stage: Unit Tests | ||
env: CANVAS=canvas-prebuilt | ||
node_js: "8" | ||
install: npm install && npm remove canvas && npm install canvas-prebuilt@^1.6.11 [email protected] | ||
addons: | ||
apt: | ||
packages: # avoid installing packages | ||
- stage: Visual Tests | ||
env: LAUNCHER=Node CANFAIL=TRUE | ||
env: LAUNCHER=Node | ||
node_js: "8" | ||
script: npm run build:fast && npm run test:visual | ||
- stage: Visual Tests | ||
env: LAUNCHER=Chrome | ||
install: npm install [email protected] [email protected] | ||
script: npm run build:fast && testem ci --port 8080 -f testem-visual.json -l $LAUNCHER | ||
addons: | ||
apt: | ||
packages: # avoid installing packages | ||
- stage: Visual Tests | ||
env: LAUNCHER=Firefox | ||
install: npm install [email protected] [email protected] | ||
script: npm run build:fast && testem ci --port 8080 -f testem-visual.json -l $LAUNCHER | ||
addons: | ||
apt: | ||
|
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
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
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
Oops, something went wrong.