Build with linux/clang; try building on osx/clang.
This commit is contained in:
parent
fd10cf7ac2
commit
e238227ba3
13
.travis.yml
13
.travis.yml
|
@ -1,6 +1,17 @@
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
-
|
||||||
|
os: linux
|
||||||
|
compiler: gcc
|
||||||
|
include:
|
||||||
|
-
|
||||||
|
os: linux
|
||||||
|
compiler: clang
|
||||||
|
include:
|
||||||
|
-
|
||||||
|
os: osx
|
||||||
|
env: HOMEBREW_NO_AUTO_UPDATE=1
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in a new issue