Skip to content

Commit

Permalink
Allow node16 build to fail for now
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Apr 23, 2021
1 parent 719aea2 commit dd12572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ matrix:
- node_js: "12"
script:
- ./node_modules/.bin/grunt no-coverage
allow_failures:
- node_js: "16"
script:
- ./node_modules/.bin/grunt no-coverage

0 comments on commit dd12572

Please sign in to comment.