mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
specifying global and matrix variables
This commit is contained in:
@@ -2,14 +2,16 @@ language: node_js
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
global:
|
||||
- DEV_REGISTRY=http://devproducts.alfresco.me:4873
|
||||
matrix:
|
||||
- MODULE=ng2-alfresco-core
|
||||
- MODULE=ng2-alfresco-datatable
|
||||
- MODULE=ng2-alfresco-documentlist
|
||||
- MODULE=ng2-alfresco-login
|
||||
- MODULE=ng2-alfresco-search
|
||||
- MODULE=ng2-alfresco-upload
|
||||
global:
|
||||
- DEV_REGISTRY=http://devproducts.alfresco.me:4873
|
||||
|
||||
node_js:
|
||||
- v5
|
||||
before_script: cd ./ng2-components/$MODULE; npm install --registry $DEV_REGISTRY
|
||||
|
Reference in New Issue
Block a user