try to compile with clang and on osx in travis

This commit is contained in:
Patrick Brosi 2018-07-23 02:46:31 +02:00
parent 1a9482a445
commit df2ab2df77
10 changed files with 485 additions and 269 deletions

View file

@ -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