Skip to content

Commit

Permalink
fix #142
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Nov 20, 2018
1 parent 4191361 commit 183ebc0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
language: cpp
language:
- cpp
- python

dist: trusty
sudo: false

matrix:
include:
- os: linux
compiler: gcc
language: cpp
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
Expand All @@ -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']
Expand All @@ -50,6 +56,8 @@ matrix:
- pip install conan_package_tools
script:
- python .conan/build.py
allow_failures:
- language: python

notifications:
email:
Expand Down

0 comments on commit 183ebc0

Please sign in to comment.