There was an error while loading. Please reload this page.
1 parent a21ca25 commit f8b93c3Copy full SHA for f8b93c3
.travis/check-change
@@ -84,8 +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
- BASE=$(git merge-base master "${TRAVIS_COMMIT}")
88
- COMMIT_RANGE="${BASE}...${TRAVIS_COMMIT}"
+ COMMIT_RANGE="origin/master..${TRAVIS_COMMIT}"
89
fi
90
;;
91
pull_request)
0 commit comments