mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
adding private registry in travis.yml
This commit is contained in:
+3
-1
@@ -1,5 +1,7 @@
|
||||
language: node_js
|
||||
sudo: false
|
||||
global:
|
||||
- DEV_REGISTRY=http://devproducts.alfresco.me:4873
|
||||
env:
|
||||
- MODULE=ng2-alfresco-core
|
||||
- MODULE=ng2-alfresco-datatable
|
||||
@@ -9,7 +11,7 @@ env:
|
||||
- MODULE=ng2-alfresco-upload
|
||||
node_js:
|
||||
- v5
|
||||
before_script: cd ./ng2-components/$MODULE; npm install
|
||||
before_script: cd ./ng2-components/$MODULE; npm install --registry $DEV_REGISTRY
|
||||
script: cd ./ng2-components/$MODULE; npm run coverage
|
||||
# Send coverage data to Coveralls
|
||||
after_script: "cat ./ng2-components/$MODULE/coverage/lcov.info | ./ng2-components/$MODULE/node_modules/coveralls/bin/coveralls.js"
|
||||
|
||||
Reference in New Issue
Block a user