Trying Travis badge hack.
This commit is contained in:
parent
af8acd77b0
commit
434d10d14c
2 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ language: cpp
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- BADGE=linux
|
- BADGE=linux
|
||||||
- BADGE=macos
|
- BADGE=osx
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
@ -23,12 +23,12 @@ matrix:
|
||||||
|
|
||||||
# Hack to get some OS-specific badges
|
# Hack to get some OS-specific badges
|
||||||
exclude:
|
exclude:
|
||||||
|
- os: linux
|
||||||
|
env: BADGE=osx
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
env: BADGE=linux
|
env: BADGE=linux
|
||||||
|
|
||||||
- os: linux
|
|
||||||
env: BADGE=macos
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sh ${TRAVIS_BUILD_DIR}/.travis/before_install.sh
|
- sh ${TRAVIS_BUILD_DIR}/.travis/before_install.sh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# sfizz
|
# sfizz
|
||||||
|
|
||||||
[](https://travis-ci.com/sfztools/sfizz)
|
[](https://travis-ci.com/sfztools/sfizz)
|
||||||
[](https://travis-ci.com/sfztools/sfizz)
|
[](https://travis-ci.com/sfztools/sfizz)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue