Travis config update

This commit is contained in:
Denys Vuika
2016-06-14 14:06:40 +01:00
parent c79efc74be
commit 7bb8b50a5d
+1
View File
@@ -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