-
-
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.
* a test * error in test * just a notice it has canvas prebuilt * try remove cache
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -28,6 +28,9 @@ env: | |
global: | ||
- LAUNCHER=Node | ||
|
||
matrix: | ||
fast_finish: true | ||
|
||
jobs: | ||
fast_finish: true | ||
allow_failures: | ||
|
@@ -72,6 +75,16 @@ jobs: | |
node_js: "6" | ||
- stage: Unit Tests | ||
node_js: "4" | ||
- stage: Unit Tests | ||
env: CANVAS=canvas-prebuilt | ||
node_js: "8" | ||
cache: | ||
directories: | ||
- '' | ||
install: npm install && npm remove canvas && npm install canvas-prebuilt@^1.6.11 | ||
addons: | ||
apt: | ||
packages: # avoid installing packages | ||
- stage: Visual Tests | ||
env: LAUNCHER=Node CANFAIL=TRUE | ||
node_js: "8" | ||
|
@@ -80,10 +93,16 @@ jobs: | |
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: | ||
packages: # avoid installing packages | ||
|
||
script: npm run build:fast && npm run test | ||
|
||
|
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