Skip to content

Commit

Permalink
downgrade to node v10 for browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jun 6, 2019
1 parent 276ca08 commit 5452577
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -17,9 +17,6 @@ addons:
packages:
# Growl
- libnotify-bin
# Canvas
- libpango1.0-dev
- libgif-dev
# `nvm install` happens before the cache is restored, which means
# we must install our own npm elsewhere (`~/npm`)
before_install: |
Expand Down Expand Up @@ -53,6 +50,8 @@ jobs:
node_js: '6'

- script: npm start test.bundle test.browser
# XXX: update when canvas supplies a prebuilt binary for Node.js v12.x
node_js: 10
install: npm ci # we need the native modules here
addons:
artifacts:
Expand Down

0 comments on commit 5452577

Please sign in to comment.