Trying Travis badge hack.

This commit is contained in:
redtide 2019-09-18 10:18:24 +02:00 committed by paulfd
parent af8acd77b0
commit 434d10d14c
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ language: cpp
env:
- BADGE=linux
- BADGE=macos
- BADGE=osx
matrix:
include:
@ -23,12 +23,12 @@ matrix:
# Hack to get some OS-specific badges
exclude:
- os: linux
env: BADGE=osx
- os: osx
env: BADGE=linux
- os: linux
env: BADGE=macos
before_install:
- sh ${TRAVIS_BUILD_DIR}/.travis/before_install.sh

View file

@ -1,7 +1,7 @@
# sfizz
[![Travis Linux Build Status](https://img.shields.io/travis/com/sfztools/sfizz.svg?env=BADGE=linux&label=Linux&style=popout&logo=travis)](https://travis-ci.com/sfztools/sfizz)
[![Travis macOS Build Status](https://img.shields.io/travis/com/sfztools/sfizz.svg?env=BADGE=macos&label=macOS&style=popout&logo=travis)](https://travis-ci.com/sfztools/sfizz)
[![Travis macOS Build Status](https://img.shields.io/travis/com/sfztools/sfizz.svg?env=BADGE=osx&label=macOS&style=popout&logo=travis)](https://travis-ci.com/sfztools/sfizz)
## Building