#1102 add link ng2-component dependecy during the build in travis

This commit is contained in:
Eugenio Romano
2016-11-15 15:47:52 +00:00
committed by Mario Romano
parent ee56a1faa6
commit 6495c63a4b

View File

@@ -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);
fi
- cd ng2-components/$MODULE;
- npm run travis;
- npm install;
script: npm run test
# Send coverage data to Coveralls