Skip to content

Commit c48c2c4

Browse files
committed
Use LLVM 8
1 parent 68d6492 commit c48c2c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@ matrix:
5050
packages:
5151
- binutils-dev
5252
- g++-4.8
53-
- env: BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" WITH_LLVM="7.0" WITH_SCIPY="yes" BUILD_SHARED_LIBS="yes"
53+
- env: BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" WITH_LLVM="8.0" WITH_SCIPY="yes" BUILD_SHARED_LIBS="yes"
5454
compiler: clang
5555
os: linux
5656
addons:
5757
apt:
5858
sources:
5959
- ubuntu-toolchain-r-test
60-
- llvm-toolchain-trusty-7
60+
- llvm-toolchain-trusty-8
6161
packages:
6262
- clang
6363
- libstdc++-4.8-dev
6464
- binutils-dev
65-
- clang-7
66-
- llvm-7-dev
65+
- clang-8
66+
- llvm-8-dev
6767
- env: BUILD_TYPE="Release" PYTHON_VERSION="2.7" WITH_NUMPY="no"
6868
compiler: clang
6969
os: linux

0 commit comments

Comments
 (0)