Damn travis, be a bit more smart please!

This commit is contained in:
Godzil 2017-03-17 14:44:47 +01:00
parent 1158daab8b
commit 9413fc5e27

View File

@ -1,16 +1,12 @@
language: c language: c
git:
submodule: true
os: os:
- linux - linux
- osx - osx
matrix: matrix:
include: allow_failures:
-os: linux - os: osx
addons:
addons:
apt: apt:
sources: sources:
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3 - george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
@ -19,8 +15,6 @@ matrix:
- cmake-data - cmake-data
- lcov - lcov
- curl - curl
allow_failures:
- os: osx
compiler: compiler:
- clang - clang