File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ if [ -z "${TRAVIS_COMMIT_RANGE}" ]; then
31
31
fi
32
32
33
33
showdiff () {
34
- if ! git diff -U0 " ${TRAVIS_COMMIT_RANGE} " -- " ." " :(exclude)depends/patches/" " :(exclude)src/leveldb/" " :(exclude)src/secp256k1/" " :(exclude)src/univalue/" " :(exclude)doc/release-notes/" ; then
34
+ if ! git diff -U0 " ${TRAVIS_COMMIT_RANGE} " -- " ." " :(exclude)depends/patches/" " :(exclude)src/leveldb/" " :(exclude)src/secp256k1/" " :(exclude)src/univalue/" " :(exclude)doc/release-notes/" " :(exclude)src/qt/locale/ " ; then
35
35
echo " Failed to get a diff"
36
36
exit 1
37
37
fi
38
38
}
39
39
40
40
showcodediff () {
41
- if ! git diff -U0 " ${TRAVIS_COMMIT_RANGE} " -- * .cpp * .h * .md * .py * .sh " :(exclude)src/leveldb/" " :(exclude)src/secp256k1/" " :(exclude)src/univalue/" " :(exclude)doc/release-notes/" ; then
41
+ if ! git diff -U0 " ${TRAVIS_COMMIT_RANGE} " -- * .cpp * .h * .md * .py * .sh " :(exclude)src/leveldb/" " :(exclude)src/secp256k1/" " :(exclude)src/univalue/" " :(exclude)doc/release-notes/" " :(exclude)src/qt/locale/ " ; then
42
42
echo " Failed to get a diff"
43
43
exit 1
44
44
fi
You can’t perform that action at this time.
0 commit comments