Skip to content

Commit 3fdbe7b

Browse files
committed
Fix travis tests
1 parent 48bb041 commit 3fdbe7b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ matrix:
5252
packages:
5353
- binutils-dev
5454
- g++-4.8
55-
- env: BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" WITH_LLVM="yes" WITH_SCIPY="yes"
55+
- env: BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" WITH_LLVM="3.8" WITH_SCIPY="yes"
5656
compiler: clang
5757
os: linux
5858
addons:
@@ -85,6 +85,13 @@ matrix:
8585
compiler: gcc
8686
os: linux
8787

88+
before_install:
89+
- |
90+
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
91+
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -;
92+
rvm get head || true
93+
fi
94+
8895
install:
8996
- export PYTHON_SOURCE_DIR=`pwd`
9097
- export TEST_CPP="no"

0 commit comments

Comments
 (0)