Skip to content

Commit

Permalink
bump travis to drop node 8 and add 16 (allow fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Apr 25, 2021
1 parent e0c0dd3 commit 69a22e7
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
@@ -1,13 +1,13 @@
sudo: false
language: node_js
matrix:
# allow_failures:
# - node_js: 14
allow_failures:
- node_js: 16
include:
- node_js: 16
- node_js: 14
- node_js: 12
- node_js: 10
# - node_js: 8
before_install:
- npm i -g npm
before_script:
Expand Down

0 comments on commit 69a22e7

Please sign in to comment.