mirror of https://github.com/EspoTek/Labrador.git
Update .travis.yml
This commit is contained in:
parent
4d1cd1b672
commit
b9057f48ff
|
@ -1,5 +1,9 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
@ -19,6 +23,7 @@ matrix:
|
||||||
osx_image: xcode11.6
|
osx_image: xcode11.6
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- eval "${MATRIX_EVAL}"
|
- eval "${MATRIX_EVAL}"
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in New Issue