Skip to content

Commit

Permalink
Temporarily disable testing of canvas in Node.js v12
Browse files Browse the repository at this point in the history
The stable version of canvas is not compatible with Node.js v12 yet.
  • Loading branch information
Zirro authored and domenic committed May 12, 2019
1 parent b20a81a commit 45b7e02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ matrix:
- node_js: 8
env: TEST_SUITE=node-canvas
script: "export CXX=g++-4.8 && yarn add canvas && yarn test --retries 1"
- node_js: stable
env: TEST_SUITE=node-canvas
script: "export CXX=g++-4.8 && yarn add canvas && yarn test --retries 1"
# - node_js: stable
# env: TEST_SUITE=node-canvas
# script: "export CXX=g++-4.8 && yarn add canvas && yarn test --retries 1"
- node_js: stable
env: TEST_SUITE=browser
script: '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || (yarn pretest && yarn test-browser)'

0 comments on commit 45b7e02

Please sign in to comment.