Trying Travis badge hack.
This commit is contained in:
parent
434d10d14c
commit
d01b3be875
1 changed files with 3 additions and 4 deletions
|
|
@ -1,9 +1,5 @@
|
|||
language: cpp
|
||||
|
||||
env:
|
||||
- BADGE=linux
|
||||
- BADGE=osx
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
|
|
@ -17,9 +13,12 @@ matrix:
|
|||
- g++-8
|
||||
env:
|
||||
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
|
||||
- BADGE=linux
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode10.1
|
||||
env:
|
||||
- BADGE=osx
|
||||
|
||||
# Hack to get some OS-specific badges
|
||||
exclude:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue