chore(tasks/wiredeps): wire develop branch per default

This commit is contained in:
Nico Rehwaldt 2019-07-05 08:58:52 +02:00
parent 6a76be6f4c
commit 9cbbf0a1d5
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ if [ "$TRAVIS_TAG" == "" ]; then
npm install "diagram-js@bpmn-io/diagram-js#$FEATURE_BRANCH";
if [ $? -ne 0 ]; then
echo "Falling back to diagram-js@master";
echo "Falling back to diagram-js@develop";
npm install "diagram-js@bpmn-io/diagram-js#master";
npm install "diagram-js@bpmn-io/diagram-js#develop";
fi
fi