We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d2b0f commit c9ec8b3Copy full SHA for c9ec8b3
.travis.yml
@@ -14,7 +14,7 @@ jobs:
14
os: osx
15
before_install:
16
- SKIP=`.travis/check-mergify-merge` && if [[ "$SKIP" = "skip" ]]; then exit 0; fi
17
- - SKIP=`.travis/check-change '^(docs|spec)/'` && if [[ "$SKIP" = "skip" ]]; then exit 0; fi
+ - SKIP=`.travis/check-change '(^(docs|spec)/|*.md)'` && if [[ "$SKIP" = "skip" ]]; then exit 0; fi
18
- SKIP=`.travis/check-change '^test/'` && if [[ "$SKIP" = "noskip" ]]; then RUN_UNIT_TEST=1; fi
19
install:
20
- nvm install 10
0 commit comments