Skip to content

Commit

Permalink
build: browserify@16
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 2, 2018
1 parent 7d87afc commit 60eb8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ before_install:
# Setup Node.js version-specific dependencies
- "test $TRAVIS_NODE_VERSION != '0.6' || npm rm --save-dev istanbul"
- "test $TRAVIS_NODE_VERSION != '0.8' || npm rm --save-dev istanbul"
- "test $TRAVIS_NODE_VERSION = '0.6' -o $TRAVIS_NODE_VERSION = '0.8' || npm install --save-dev browserify@14"
- "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 1 || npm install --save-dev browserify@16"
- "test $(echo $TRAVIS_NODE_VERSION | cut -d. -f1) -ge 4 || npm rm --save-dev $(grep -E '\"eslint\\S*\"' package.json | cut -d'\"' -f2)"
# Update Node.js modules
- "test ! -d node_modules || npm prune"
Expand Down

0 comments on commit 60eb8fe

Please sign in to comment.