From 7bb8b50a5d53dc00f867d58820ef4a9512f9b829 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 14 Jun 2016 14:06:40 +0100 Subject: [PATCH] Travis config update --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 86ee5127ed..d69ed89c6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,7 @@ env: before_script: - npm set proxy $DEV_REGISTRY - npm config set https-proxy $DEV_REGISTRY + - npm config set "@angular:registry" http://registry.npmjs.org/ - cd ./ng2-components/$MODULE; npm install --registry $DEV_REGISTRY - ls -ltrh ./node_modules/ script: npm run test