Skip to content

Commit

Permalink
scripts: remove old travis-ci stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-wa committed Feb 9, 2024
1 parent 8907b4f commit 06fbbc5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
18 changes: 0 additions & 18 deletions scripts/ci.sh

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/lint-changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

set -e

# for the CI
if [[ "$TRAVIS_COMMIT_RANGE" != "" ]]; then
commit_range=${TRAVIS_COMMIT_RANGE/.../..} && git diff $commit_range >/dev/null && base_rev=$commit_range || true
fi

# default reference/baseline is master
if [[ "$base_rev" == "" ]]; then
base_rev='origin/master'
Expand Down

0 comments on commit 06fbbc5

Please sign in to comment.