mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Travis: Remove node v9 and add node v10
This commit is contained in:
parent
8ce5cc97cc
commit
b52c22dd39
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue