Skip to content

Commit

Permalink
add node v16 / disable node-webkit testing on CI - #614
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Oct 20, 2021
1 parent 2441352 commit 7077464
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .travis.yml
Expand Up @@ -43,19 +43,23 @@ matrix:
# Test node v14
- os: linux
node_js: 14
# Test node v16
- os: linux
node_js: 16
# Test node v8
- os: linux
node_js: 8
# Test node webkit
- os: linux
node_js: 10
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test' ]
packages: ['xvfb','libasound2','libx11-6','libglib2.0-0','libgtk2.0-0','libatk1.0-0','libgdk-pixbuf2.0-0','libcairo2','libfreetype6','libfontconfig1','libxcomposite1','libasound2','libxdamage1','libxext6','libxfixes3','libnss3','libnspr4','libgconf-2-4','libexpat1','libdbus-1-3','libudev1']
script:
# test node-webkit usage
- ./scripts/test-node-webkit.sh
# broken per https://github.com/mapbox/node-pre-gyp/issues/614
# - os: linux
# node_js: 10
# addons:
# apt:
# sources: [ 'ubuntu-toolchain-r-test' ]
# packages: ['xvfb','libasound2','libx11-6','libglib2.0-0','libgtk2.0-0','libatk1.0-0','libgdk-pixbuf2.0-0','libcairo2','libfreetype6','libfontconfig1','libxcomposite1','libasound2','libxdamage1','libxext6','libxfixes3','libnss3','libnspr4','libgconf-2-4','libexpat1','libdbus-1-3','libudev1']
# script:
# # test node-webkit usage
# - ./scripts/test-node-webkit.sh

install:
- npm ci
Expand Down

0 comments on commit 7077464

Please sign in to comment.