forked from fabricjs/fabric.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make test less strict on anti aliasing, disable cache. (fabricjs#5077)
* ok * remove canfail
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -74,11 +74,11 @@ jobs: | |
node_js: "8" | ||
script: npm run test:visual | ||
- stage: Visual Tests | ||
env: LAUNCHER=Chrome CANFAIL=TRUE | ||
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 | ||
- stage: Visual Tests | ||
env: LAUNCHER=Firefox CANFAIL=TRUE | ||
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 | ||
|
||
|
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