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
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
|
@ -19,6 +23,7 @@ matrix:
|
|||
osx_image: xcode11.6
|
||||
compiler: clang
|
||||
|
||||
|
||||
before_install:
|
||||
- eval "${MATRIX_EVAL}"
|
||||
- |
|
||||
|
|
Loading…
Reference in New Issue