Skip to content

Commit

Permalink
Remove leftovers from Travis CI in scripts/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Mar 5, 2021
1 parent fa29c47 commit 7de2a1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# git-machete

[![Join the chat at https://gitter.im/VirtusLab/git-machete](https://badges.gitter.im/VirtusLab/git-machete.svg)](https://gitter.im/VirtusLab/git-machete)
[![TravisCI build status](https://api.travis-ci.com/VirtusLab/git-machete.svg?branch=master)](https://travis-ci.com/github/VirtusLab/git-machete/builds)
[![CircleCI](https://circleci.com/gh/VirtusLab/git-machete/tree/develop.svg?style=shield)](https://app.circleci.com/pipelines/github/VirtusLab/git-machete?branch=develop)
[![PyPI package](https://img.shields.io/pypi/v/git-machete.svg)](https://pypi.org/project/git-machete)
[![PyPI package monthly downloads](https://img.shields.io/pypi/dm/git-machete.svg)](https://pypi.org/project/git-machete)
[![Snap](https://snapcraft.io/git-machete/badge.svg)](https://snapcraft.io/git-machete)
![License: MIT](https://img.shields.io/github/license/VirtusLab/git-machete)

<img src="https://raw.githubusercontent.com/VirtusLab/git-machete/master/docs/logo.svg"
style="width: 100%; display: block; margin-bottom: 10pt;" />
Expand Down
2 changes: 1 addition & 1 deletion ci/checks/ensure-links-correct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e -o pipefail -u

# Downtime of the linked websites shouldn't block a release.
if [[ ${TRAVIS_BRANCH-} != master ]]; then
if [[ ${CIRCLE_BRANCH-} != master ]]; then
extra_options='--use=lint-no-dead-urls'
else
extra_options=''
Expand Down
2 changes: 1 addition & 1 deletion ci/deb-ppa-upload/build-context/dput.cf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

; We need to use SFTP since FTP is insecure & completely blocked on Travis
; We need to use SFTP since FTP is insecure & completely blocked on Travis (not sure about Circle CI, but still)
[ppa]
fqdn = ppa.launchpad.net
method = sftp
Expand Down

0 comments on commit 7de2a1f

Please sign in to comment.