Skip to content

Commit

Permalink
Adjust Node.js versions tested on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lehni committed Jun 14, 2020
1 parent a143958 commit 013dae7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ language: node_js
os: linux
# Follow https://github.com/nodejs/LTS to decide when to remove a version
node_js:
# Stable version is temporarily disabled due to a bug in resemblejs package with
# node v12 (https://github.com/orgs/paperjs/teams/contributors/discussions/12).
# - stable
- 11
- stable
- 13
- 12
- 10
- 8
env:
jobs:
- CXX=g++-4.9
Expand Down

0 comments on commit 013dae7

Please sign in to comment.