fix #142
This commit is contained in:
parent
41913613c0
commit
183ebc0333
10
.travis.yml
10
.travis.yml
@ -1,4 +1,7 @@
|
|||||||
language: cpp
|
language:
|
||||||
|
- cpp
|
||||||
|
- python
|
||||||
|
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
@ -6,6 +9,7 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
language: cpp
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test']
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
@ -21,9 +25,11 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8.3
|
osx_image: xcode8.3
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
language: cpp
|
||||||
env: COMPILER=clang++
|
env: COMPILER=clang++
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
language: cpp
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test']
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
@ -50,6 +56,8 @@ matrix:
|
|||||||
- pip install conan_package_tools
|
- pip install conan_package_tools
|
||||||
script:
|
script:
|
||||||
- python .conan/build.py
|
- python .conan/build.py
|
||||||
|
allow_failures:
|
||||||
|
- language: python
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user