Skip to content

Commit 04ad114

Browse files
committed
Need g++ 4.8
1 parent 7de2e2d commit 04ad114

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,10 @@ matrix:
6262
- clang
6363
- libstdc++-4.8-dev
6464
- binutils-dev
65-
- clang-8
66-
- llvm-8-dev
6765
- env: BUILD_TYPE="Release" PYTHON_VERSION="2.7" WITH_NUMPY="no"
6866
compiler: clang
6967
os: linux
70-
- env: BUILD_TYPE="Debug" PYTHON_VERSION="3.6" WITH_SYMPY="no" WITH_LLVM="8.0" WITH_SCIPY="yes"
68+
- 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"
7169
compiler: gcc
7270
os: linux
7371
addons:
@@ -76,7 +74,7 @@ matrix:
7674
- ubuntu-toolchain-r-test
7775
- llvm-toolchain-trusty-8
7876
packages:
79-
- g++-4.7
77+
- g++-4.8
8078
- libstdc++-4.8-dev
8179
- binutils-dev
8280
- llvm-8-dev

0 commit comments

Comments
 (0)