mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-11 17:44:12 +00:00
fix(project): correct wiredeps not equals comparison
This commit is contained in:
parent
e4711a5810
commit
37ac1abf3f
@ -4,7 +4,7 @@ FEATURE_BRANCH=
|
||||
|
||||
# https://docs.travis-ci.com/user/environment-variables
|
||||
|
||||
if [ "$TRAVIS_TAG" <> "" ] || [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
if [ "$TRAVIS_TAG" != "" ] || [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user