From 7a41568828f9fde26015816cb68073d631ee3aae Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Tue, 4 Jun 2019 13:36:08 -0700 Subject: [PATCH] chore: disable internal npm registry for Travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b9bf173..c4a2cbf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"