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 8907b4f commit 06fbbc5Copy full SHA for 06fbbc5
scripts/ci.sh
scripts/lint-changes.sh
@@ -2,11 +2,6 @@
2
3
set -e
4
5
-# for the CI
6
-if [[ "$TRAVIS_COMMIT_RANGE" != "" ]]; then
7
- commit_range=${TRAVIS_COMMIT_RANGE/.../..} && git diff $commit_range >/dev/null && base_rev=$commit_range || true
8
-fi
9
-
10
# default reference/baseline is master
11
if [[ "$base_rev" == "" ]]; then
12
base_rev='origin/master'
0 commit comments