change travis file

This commit is contained in:
Mario Romano
2016-06-14 16:21:51 +01:00
parent f28f45fcea
commit 1cc2e7d071

View File

@@ -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