Skip to content
Snippets Groups Projects
Commit 183ebc03 authored by Michele Caini's avatar Michele Caini
Browse files

fix #142

parent 41913613
No related branches found
Tags v1.12.0_libuv-v1.24
No related merge requests found
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment