mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
#1102 add link ng2-component dependecy during the build in travis
This commit is contained in:
committed by
Mario Romano
parent
ee56a1faa6
commit
6495c63a4b
@@ -47,6 +47,7 @@ before_script:
|
|||||||
(cd ng2-components/ng2-activiti-diagrams; npm link ng2-alfresco-core; if [ ! -d "dist" ]; then npm install; fi; npm link);
|
(cd ng2-components/ng2-activiti-diagrams; npm link ng2-alfresco-core; if [ ! -d "dist" ]; then npm install; fi; npm link);
|
||||||
fi
|
fi
|
||||||
- cd ng2-components/$MODULE;
|
- cd ng2-components/$MODULE;
|
||||||
|
- npm run travis;
|
||||||
- npm install;
|
- npm install;
|
||||||
script: npm run test
|
script: npm run test
|
||||||
# Send coverage data to Coveralls
|
# Send coverage data to Coveralls
|
||||||
|
Reference in New Issue
Block a user