Skip to content

Commit dfa1988

Browse files
committed
Fix travis tests
1 parent 464eb6c commit dfa1988

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,20 @@ matrix:
5353
packages:
5454
- binutils-dev
5555
- g++-4.8
56-
- env: BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" WITH_LLVM="3.8" WITH_SCIPY="yes" BUILD_SHARED_LIBS="yes"
56+
- env: BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" WITH_LLVM="7.0" WITH_SCIPY="yes" BUILD_SHARED_LIBS="yes"
5757
compiler: clang
5858
os: linux
5959
addons:
6060
apt:
6161
sources:
6262
- ubuntu-toolchain-r-test
63+
- llvm-toolchain-trusty-7
6364
packages:
6465
- clang
6566
- libstdc++-4.8-dev
6667
- binutils-dev
68+
- clang-7
69+
- llvm-7-dev
6770
- env: BUILD_TYPE="Release" PYTHON_VERSION="2.7" WITH_NUMPY="no"
6871
compiler: clang
6972
os: linux

bin/install_travis.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env bash
22

33
# symengine's bin/install_travis.sh will install miniconda
4-
conda update -q -n root conda
54

65
export conda_pkgs="python=${PYTHON_VERSION} pip cython nose pytest"
76

0 commit comments

Comments
 (0)