Remove unused badges.

This commit is contained in:
Pentarctagon 2020-12-10 16:43:46 -06:00
parent 882d7abf55
commit 91b21f143f
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0
2 changed files with 0 additions and 17 deletions

View file

@ -1,5 +1,3 @@
[![Build Status](https://travis-ci.com/wesnoth/wesnoth.svg?branch=master)](https://travis-ci.com/wesnoth/wesnoth)
[![Build status](https://ci.appveyor.com/api/projects/status/6017w5c9nhfxsuo5?svg=true)](https://ci.appveyor.com/project/wesnoth/wesnoth-7lnpw)
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
About

View file

@ -1,15 +0,0 @@
To create the base image with Wesnoth's dependencies:
docker build -t wesnoth:16.04 -f utils/dockerbuilds/travis/Dockerfile-base docker
To create the image that travis will run during a build:
docker build -t wesnoth-repo:16.04 -f utils/dockerbuilds/travis/Dockerfile-travis .
To push a new base image to Docker Hub
docker login
Username: wesnoth
docker tag <Image ID from `docker images`> wesnoth/wesnoth:16.04
docker push wesnoth/wesnoth:16.04