We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac25b3a commit 91d16faCopy full SHA for 91d16fa
1 file changed
.travis.yml
@@ -21,7 +21,7 @@ before_install:
21
# fail loudly when force-pushed, that is why there is the `|| 'dummy.js'` part
22
MODIFIED_FILES=$(git diff --name-only $TRAVIS_COMMIT_RANGE || echo 'dummy.js')
23
# waiting for native solution https://github.com/travis-ci/travis-ci/issues/6301
24
- if ! echo ${MODIFIED_FILES} | grep -qvE '^docs/|^\.gitignore|^\.gitattributes|\.md$|^appveyor\.yml$|^icon.png$|^commitlint\.config\.js$'; then
+ if ! echo ${MODIFIED_FILES} | grep -qvE '^docs/|^\.gitignore|^\.gitattributes|\.md$|^appveyor\.yml$|^icon\.png$|^commitlint\.config\.js$'; then
25
echo "Only docs were updated, stopping build process."
26
exit
27
fi
0 commit comments