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 ad94a68 commit eda15d0Copy full SHA for eda15d0
.travis/check-change
@@ -84,7 +84,7 @@ push)
84
# we can find common ancestor of master and the branch.
85
echo "Branch push"
86
git fetch origin master:master;
87
- COMMIT_RANGE="origin/master..${TRAVIS_COMMIT}"
+ COMMIT_RANGE="master..${TRAVIS_COMMIT}"
88
fi
89
;;
90
pull_request)
0 commit comments