Remove unused badges.
This commit is contained in:
parent
882d7abf55
commit
91b21f143f
2 changed files with 0 additions and 17 deletions
|
@ -1,5 +1,3 @@
|
|||
[](https://travis-ci.com/wesnoth/wesnoth)
|
||||
[](https://ci.appveyor.com/project/wesnoth/wesnoth-7lnpw)
|
||||
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||||
|
||||
About
|
||||
|
|
15
TRAVIS.md
15
TRAVIS.md
|
@ -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
|
Loading…
Add table
Reference in a new issue