Skip to content

Commit

Permalink
travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Apr 14, 2020
1 parent a461353 commit 4580b17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
# Don't test Node.js 8 on Windows. npm is weird here
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ os:

language: node_js
node_js:
- '8'
- '10'
- '12'
- 'node'

env:
- CXX=g++-4.8
Expand All @@ -29,4 +29,4 @@ script:
- npm run test:package
- npm run test:unit
- export DEBUG=testing:*
- npm run test:integration
- npm run test:integration

0 comments on commit 4580b17

Please sign in to comment.