diff --git a/.travis.yml b/.travis.yml index e103ed1a8..bdd62329a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ cache: directories: - travis_phantomjs before_install: + - 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"