Skip to content

Commit

Permalink
Update travis config to fall back to older debug version for old node…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
artursvonda committed Dec 29, 2019
1 parent 1602cbd commit 8d3886c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -76,6 +76,10 @@ before_install:
elif node_version_lt '4.0' ; then npm_use_module 'supertest' '2.0.0'
elif node_version_lt '6.0' ; then npm_use_module 'supertest' '3.4.2'
fi
- |
# Configure debug package
if node_version_lt '6.0' ; then npm_use_module 'debug' '2.6.9'
fi
# Update Node.js modules
- |
# Prune & rebuild node_modules
Expand Down

0 comments on commit 8d3886c

Please sign in to comment.