fix travis calls

This commit is contained in:
Denys Vuika
2017-02-27 09:33:40 +00:00
parent 036cce5210
commit 08b024938b

View File

@@ -23,7 +23,7 @@ do
DESTDIR="$DIR/../ng2-components/${PACKAGE}" DESTDIR="$DIR/../ng2-components/${PACKAGE}"
echo "====== linking component: ${PACKAGE} =====" echo "====== linking component: ${PACKAGE} ====="
cd "$DESTDIR" cd "$DESTDIR"
npm travis npm run travis
npm link npm link
done done