Skip to content

Commit

Permalink
Use Node 8 for testing on Travis
Browse files Browse the repository at this point in the history
Temporary change needed until we've resolved two failing tests in Node 10.
  • Loading branch information
Zirro authored and domenic committed Apr 26, 2018
1 parent d348cd5 commit 5896226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 6
- stable
- 8
sudo: false

git:
Expand Down Expand Up @@ -58,7 +58,7 @@ matrix:
- libpango1.0-dev
- libgif-dev
- build-essential
- node_js: stable
- node_js: 8
env: TEST_SUITE=node-canvas
script: "export CXX=g++-4.8 && yarn add canvas && yarn test --retries 1"
addons:
Expand Down

0 comments on commit 5896226

Please sign in to comment.