We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2431370 commit 77ff0d6Copy full SHA for 77ff0d6
1 file changed
.travis.yml
@@ -30,9 +30,10 @@ matrix:
30
- os: linux
31
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
32
- os: osx
33
- env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
+ env: CXX=clang++ PYTHON=python CXXFLAGS=-std=c++11
34
- env: PYTHON=python DOC=1
35
-
+ allow_failures:
36
+ - os: osx
37
38
addons:
39
apt:
@@ -66,7 +67,6 @@ install:
66
67
# Install our own version of Boost (the subset we need) as the system version is
68
# too old (for C++11 support).
69
- |
- set -e
70
if [ ! -d $HOME/Boost/tools/boostbook ]; then
71
echo "rebuilding Boost prerequisites."
72
wget https://sourceforge.net/projects/boost/files/boost/1.66.0/boost_1_66_0.tar.gz/download
0 commit comments