mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
try
This commit is contained in:
parent
787f7f3102
commit
9288f19157
2 changed files with 2 additions and 5 deletions
|
|
@ -75,10 +75,7 @@ jobs:
|
|||
- 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
|
||||
install: npm install && npm remove canvas && npm install canvas-prebuilt@^1.6.11 qunit@2.6.1
|
||||
addons:
|
||||
apt:
|
||||
packages: # avoid installing packages
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
"testem:ci": "testem ci"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"canvas": "^1.6.12",
|
||||
"canvas": "^1.6.13",
|
||||
"jsdom": "^9.12.0",
|
||||
"xmldom": "0.1.x"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue