From 183ebc03331c7c92f8eaded42f3d262fbecce37a Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 20 Nov 2018 14:38:49 +0100 Subject: [PATCH] fix #142 --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd7467c4..b1fc3ba8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ -language: cpp +language: +- cpp +- python + dist: trusty sudo: false @@ -6,6 +9,7 @@ matrix: include: - os: linux compiler: gcc + language: cpp addons: apt: sources: ['ubuntu-toolchain-r-test'] @@ -21,9 +25,11 @@ matrix: - os: osx osx_image: xcode8.3 compiler: clang + language: cpp env: COMPILER=clang++ - os: linux compiler: gcc + language: cpp addons: apt: sources: ['ubuntu-toolchain-r-test'] @@ -50,6 +56,8 @@ matrix: - pip install conan_package_tools script: - python .conan/build.py + allow_failures: + - language: python notifications: email: