From 52f310cabf4b46d2c913cfea400f69901d0f20b8 Mon Sep 17 00:00:00 2001 From: loay Date: Fri, 21 Jul 2017 13:17:29 -0400 Subject: [PATCH] Update travis registry --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ec6072c9..b769dbb1 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"