Added logo and cleanup Travis configuration

This commit is contained in:
Alexandre Nizoux 2020-03-12 14:19:21 +01:00
parent afd180dc42
commit 815db5c3da
3 changed files with 5 additions and 7 deletions

View file

@ -1,9 +1,9 @@
dist: trusty
os:
- linux
- osx
# in theory travis should detect what to install,
# but we use meson, which is not supported by travis yet and we need custom commands
compiler:
- gcc
@ -14,10 +14,7 @@ env:
DATE=$(date +%Y%m%d)
TIME=$(date +%H%M%S)
sudo: required
dist: trusty
matrix:
jobs:
include:
- os: linux
env:
@ -31,7 +28,6 @@ matrix:
env:
TARGET=linux-i686
EXTENSION=
- os: linux
env:
TARGET=windows-x86

View file

@ -1,4 +1,6 @@
# MVDSV: a QuakeWorld server
![MVDSV Logo](https://raw.githubusercontent.com/deurk/mvdsv/master/resources/logo/mvdsv.png)
[![Build Status](https://travis-ci.org/deurk/mvdsv.svg?branch=master)](https://travis-ci.org/deurk/mvdsv)
**[MVDSV][mvdsv]** (MultiView Demo SerVer) has been the most popular **QuakeWorld** server in the world for the more than a decade because of its ability to record every player's point of view in a server side demo and provide many different game modes to enjoy **QuakeWorld** with.

BIN
resources/logo/mvdsv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB