We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73364d0 commit 53924a9Copy full SHA for 53924a9
.travis.yml
@@ -52,7 +52,7 @@ before_install:
52
# browserify for browser testing
53
# - install for Node.js > 0.8
54
if [[ "$(cut -d. -f1 <<< "$TRAVIS_NODE_VERSION")" -gt 0 || "$(cut -d. -f2 <<< "$TRAVIS_NODE_VERSION")" -gt 8 ]]; then
55
- npm install --silent --save-dev browserify
+ npm install --silent --save-dev browserify@15
56
fi
57
- |
58
# nyc for coverage
0 commit comments