make the local link build fast and run the test only if asked #1588 (#1671)

* make the local link build fast and run the test only if asked #1588

* demo core doesn't exist

* link after install

* move in after success matrix build and install scripts
This commit is contained in:
Eugenio Romano
2017-03-23 10:54:49 +00:00
committed by Denys Vuika
parent 2f3aeb84a1
commit d739526517
21 changed files with 92 additions and 70 deletions

View File

@@ -9,7 +9,6 @@ npm install
#LINK ALL THE OTHERS COMPONENTS
for PACKAGE in \
ng2-alfresco-core \
ng2-alfresco-datatable \
ng2-activiti-diagrams \
ng2-activiti-analytics \
@@ -30,5 +29,4 @@ do
cd "$DESTDIR/demo"
npm link ${PACKAGE}
npm travis
npm install
done