Skip to content

Commit 06fbbc5

Browse files
committed
scripts: remove old travis-ci stuff
1 parent 8907b4f commit 06fbbc5

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

scripts/ci.sh

-18
This file was deleted.

scripts/lint-changes.sh

-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
set -e
44

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-
105
# default reference/baseline is master
116
if [[ "$base_rev" == "" ]]; then
127
base_rev='origin/master'

0 commit comments

Comments
 (0)