mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-17 03:16:32 +00:00
chore(tasks/wiredeps): wire develop branch per default
This commit is contained in:
parent
6a76be6f4c
commit
9cbbf0a1d5
@ -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
|
Loading…
x
Reference in New Issue
Block a user