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 48bb041 commit 3fdbe7bCopy full SHA for 3fdbe7b
.travis.yml
@@ -52,7 +52,7 @@ matrix:
52
packages:
53
- binutils-dev
54
- g++-4.8
55
- - env: BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" WITH_LLVM="yes" WITH_SCIPY="yes"
+ - env: BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.5" WITH_LLVM="3.8" WITH_SCIPY="yes"
56
compiler: clang
57
os: linux
58
addons:
@@ -85,6 +85,13 @@ matrix:
85
compiler: gcc
86
87
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
+
95
install:
96
- export PYTHON_SOURCE_DIR=`pwd`
97
- export TEST_CPP="no"
0 commit comments