Skip to content

Commit

Permalink
🩹 fix: Replace travis-ci.org by travis-ci.com.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Mar 9, 2021
1 parent 778b51a commit 23c5874
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sak : Swiss Army Knife

[![PyPI release](https://img.shields.io/pypi/v/sak.svg?style=flat)](https://pypi.python.org/pypi/sak)
[![Build Status](http://img.shields.io/travis/aureooms/sak.svg?style=flat)](https://travis-ci.org/aureooms/sak)
[![Build Status](http://img.shields.io/travis/aureooms/sak.svg?style=flat)](https://travis-ci.com/aureooms/sak)
[![Code Climate](http://img.shields.io/codeclimate/github/aureooms/sak.svg?style=flat)](https://codeclimate.com/github/aureooms/sak)
[![Scrutinizer Code Quality](http://img.shields.io/scrutinizer/g/aureooms/sak.svg?style=flat)](https://scrutinizer-ci.com/g/aureooms/sak/?branch=main)
[![Code Coverage](http://img.shields.io/scrutinizer/coverage/g/aureooms/sak.svg?style=flat)](https://scrutinizer-ci.com/g/aureooms/sak/?branch=main)
Expand Down
2 changes: 1 addition & 1 deletion data/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See [docs]({homepage}/index.html).
[![License](https://img.shields.io/github/license/{repository}.svg)](https://raw.githubusercontent.com/{repository}/main/LICENSE)
[![Version](https://img.shields.io/npm/v/{name}.svg)](https://www.npmjs.org/package/{name})
[![Build](https://img.shields.io/travis/{repository}/main.svg)](https://travis-ci.org/{repository}/branches)
[![Build](https://img.shields.io/travis/{repository}/main.svg)](https://travis-ci.com/{repository}/branches)
[![Dependencies](https://img.shields.io/david/{repository}.svg)](https://david-dm.org/{repository})
[![Dev dependencies](https://img.shields.io/david/dev/{repository}.svg)](https://david-dm.org/{repository}?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/{repository}.svg)](https://github.com/{repository}/issues)
Expand Down
2 changes: 1 addition & 1 deletion lib/ghbadges.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def traviscibuild(username=None, repo=None, packagename=None, style=FLAT, fmt=SV

title = "Build Status"
img = sio.travis(username, repo, style=style, fmt=fmt)
href = "https://travis-ci.org/%s/%s" % (username, repo)
href = "https://travis-ci.com/%s/%s" % (username, repo)

return iwl(title, img, href)

Expand Down

0 comments on commit 23c5874

Please sign in to comment.