Skip to content

Commit

Permalink
add node 12 to build; remove node 11
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jun 5, 2019
1 parent f3ed729 commit 81a0433
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ stages:

# defaults
language: node_js
node_js: '11'
node_js: '12'
addons:
apt:
packages:
Expand Down Expand Up @@ -49,6 +49,8 @@ jobs:
node_js: '6'

- script: npm start test.bundle test.browser
# XXX: avoid having to build canvas from sources (Node.js v12)
node_js: '10'
install: npm ci # we need the native modules here
addons:
artifacts:
Expand Down

0 comments on commit 81a0433

Please sign in to comment.