We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1799c7 commit c59c68bCopy full SHA for c59c68b
is_md_only.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-[[ -z $TRAVIS_COMMIT ]] && exit 0
+[[ -z $TRAVIS_COMMIT ]] && exit 1
6
7
CHANGED_FILES=`git diff --name-only master...${TRAVIS_COMMIT}`
8
0 commit comments