try to compile with clang and on osx in travis
This commit is contained in:
parent
1a9482a445
commit
df2ab2df77
10 changed files with 485 additions and 269 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -1,6 +1,12 @@
|
|||
language: generic
|
||||
sudo: false
|
||||
dist: trusty
|
||||
language: cpp
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
|
@ -21,4 +27,4 @@ script:
|
|||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: always
|
||||
on_failure: never
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue