mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Remove node 6 support
This commit is contained in:
parent
af2415333b
commit
767ce043ba
2 changed files with 1 additions and 6 deletions
|
@ -4,11 +4,6 @@ node_js:
|
||||||
- stable
|
- stable
|
||||||
- 10
|
- 10
|
||||||
- 8
|
- 8
|
||||||
# 6.13 and 6.14 causing unreasonable errors in SymbolDefinition.initialize.
|
|
||||||
# https://travis-ci.org/paperjs/paper.js/jobs/434854796
|
|
||||||
# To avoid these versions, we specify version to 6.12 as temporary solution.
|
|
||||||
# See https://github.com/paperjs/paper.js/issues/1523
|
|
||||||
- 6.12
|
|
||||||
sudo: false
|
sudo: false
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
"README.md"
|
"README.md"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4.0.0"
|
"node": ">=8.0.0"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|
Loading…
Reference in a new issue