Fix crashing build disabling node v11

Node v11 is temporarily disabled from ci build until a bug is fixed in
resemblejs package.
This commit is contained in:
sasensi 2018-11-04 12:31:06 +01:00 committed by Jürg Lehni
parent b52c22dd39
commit 97b87e3836

View file

@ -1,7 +1,9 @@
language: node_js
# Follow https://github.com/nodejs/LTS to decide when to remove a version
node_js:
- stable
# Stable version is temporarily disabled due to a bug in resemblejs package with
# node v11 (https://github.com/orgs/paperjs/teams/contributors/discussions/8).
# - stable
- 10
- 8
# 6.13 and 6.14 causing unreasonable errors in SymbolDefinition.initialize.