Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: re-enable testing on node 15
Browse files Browse the repository at this point in the history
Node 15.6.x was released with the fix for hapijs/hapi#4208
so re-enable testing in CI.
  • Loading branch information
achingbrain committed Jan 15, 2021
1 parent c5f0bc5 commit b423587
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ stages:

node_js:
- 'lts/*'
# node 15.5.1 broke Hapi - https://github.com/hapijs/hapi/issues/4208
# The change has been reverted - https://github.com/nodejs/node/pull/36647
# Will be released in 15.6.x - https://github.com/nodejs/node/pull/36889
# Disable testing on node 15.x.x until that is released
# - 'node'
- 'node'

os:
- linux
Expand Down

0 comments on commit b423587

Please sign in to comment.