Skip to content

Commit 73536cd

Browse files
author
Seulgi Kim
committed
Fix the branch name that Travis uses
1 parent f8b93c3 commit 73536cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/check-change

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ push)
8484
# we can find common ancestor of master and the branch.
8585
echo "Branch push"
8686
git fetch origin master:master;
87-
COMMIT_RANGE="origin/master..${TRAVIS_COMMIT}"
87+
COMMIT_RANGE="master..${TRAVIS_COMMIT}"
8888
fi
8989
;;
9090
pull_request)

0 commit comments

Comments
 (0)