From 1cc2e7d071114c77c1305112fab300358c9a77d6 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 14 Jun 2016 16:21:51 +0100 Subject: [PATCH] change travis file --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d69ed89c6a..86ee5127ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,6 @@ 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