From b52c22dd39aff6fcdb797bd9f8ad7e77c5c1780f Mon Sep 17 00:00:00 2001 From: sapics Date: Wed, 24 Oct 2018 19:31:20 +0900 Subject: [PATCH] Travis: Remove node v9 and add node v10 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1acc2fbd..24c0b17f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js # Follow https://github.com/nodejs/LTS to decide when to remove a version node_js: - stable -- 9 +- 10 - 8 # 6.13 and 6.14 causing unreasonable errors in SymbolDefinition.initialize. # https://travis-ci.org/paperjs/paper.js/jobs/434854796