There was an error while loading. Please reload this page.
1 parent f8b93c3 commit 73536cdCopy full SHA for 73536cd
.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