chore: disable internal npm registry for Travis CI

This commit is contained in:
Raymond Feng 2019-06-04 13:36:08 -07:00
parent 7a422c6ada
commit 7a41568828
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ cache:
directories:
- travis_phantomjs
before_install:
- npm config set registry http://ci.strongloop.com:4873/
# - npm config set registry http://ci.strongloop.com:4873/
# Upgrade PhantomJS to v2.1.1.
- "export PHANTOMJS_VERSION=2.1.1"
- "export PATH=$PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64/bin:$PATH"