We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de2e2d commit 04ad114Copy full SHA for 04ad114
.travis.yml
@@ -62,12 +62,10 @@ matrix:
62
- clang
63
- libstdc++-4.8-dev
64
- binutils-dev
65
- - clang-8
66
- - llvm-8-dev
67
- env: BUILD_TYPE="Release" PYTHON_VERSION="2.7" WITH_NUMPY="no"
68
compiler: clang
69
os: linux
70
- - env: BUILD_TYPE="Debug" PYTHON_VERSION="3.6" WITH_SYMPY="no" WITH_LLVM="8.0" WITH_SCIPY="yes"
+ - env: BUILD_TYPE="Debug" PYTHON_VERSION="3.6" WITH_SYMPY="no" WITH_LLVM="8.0" WITH_SCIPY="yes" CC="gcc-4.8" CXX="g++-4.8"
71
compiler: gcc
72
73
addons:
@@ -76,7 +74,7 @@ matrix:
76
74
- ubuntu-toolchain-r-test
77
75
- llvm-toolchain-trusty-8
78
packages:
79
- - g++-4.7
+ - g++-4.8
80
81
82
- llvm-8-dev
0 commit comments