Remove Travis

This commit is contained in:
Kevin van Zonneveld 2020-11-23 20:10:45 +01:00
parent febd9e354b
commit ea15c44c7e
3 changed files with 1 additions and 4 deletions

2
FAQ.md
View File

@ -116,7 +116,7 @@ The source mainly consists of:
The rest is dark magic from which you should probably steer clear. : ) The rest is dark magic from which you should probably steer clear. : )
Any changes should be proposed as PRs. Anything added to `master` is automatically deployed using a combination of Travis CI and GitHub Pages. Any changes should be proposed as PRs. Anything added to `master` is automatically deployed using a combination of GitHub Actions and Pages.
## You are saying you are portable, but why won't b3bp code run in dash / busybox / posh / ksh / mksh / zsh? ## You are saying you are portable, but why won't b3bp code run in dash / busybox / posh / ksh / mksh / zsh?

View File

@ -1,5 +1,3 @@
[![Build Status](https://travis-ci.org/kvz/bash3boilerplate.svg?branch=master)](https://travis-ci.org/kvz/bash3boilerplate)
[This document is formatted with GitHub-Flavored Markdown. ]:# [This document is formatted with GitHub-Flavored Markdown. ]:#
[For better viewing, including hyperlinks, read it online at ]:# [For better viewing, including hyperlinks, read it online at ]:#
[https://github.com/kvz/bash3boilerplate/blob/master/README.md]:# [https://github.com/kvz/bash3boilerplate/blob/master/README.md]:#

View File

@ -33,7 +33,6 @@
{% if page.url == "/" %} {% if page.url == "/" %}
<div class="Social"> <div class="Social">
<iframe src="http://ghbtns.com/github-btn.html?user=kvz&repo=bash3boilerplate&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe> <iframe src="http://ghbtns.com/github-btn.html?user=kvz&repo=bash3boilerplate&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<a href="https://travis-ci.org/kvz/bash3boilerplate"><img src="https://travis-ci.org/kvz/bash3boilerplate.svg" alt="Build Status"></a>
</div> </div>
{% endif %} {% endif %}