Remove node 6 support

This commit is contained in:
Jürg Lehni 2019-06-05 18:33:30 +02:00
parent af2415333b
commit 767ce043ba
2 changed files with 1 additions and 6 deletions

View file

@ -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:

View file

@ -33,7 +33,7 @@
"README.md" "README.md"
], ],
"engines": { "engines": {
"node": ">=4.0.0" "node": ">=8.0.0"
}, },
"husky": { "husky": {
"hooks": { "hooks": {