From 97b87e383662e97a7a29e7b9aa9d03d7c8d48fd1 Mon Sep 17 00:00:00 2001 From: sasensi Date: Sun, 4 Nov 2018 12:31:06 +0100 Subject: [PATCH] Fix crashing build disabling node v11 Node v11 is temporarily disabled from ci build until a bug is fixed in resemblejs package. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 24c0b17f..c0903c5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.