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 6008884 commit cfec265Copy full SHA for cfec265
.travis.yml
@@ -80,8 +80,7 @@ matrix:
80
- ARROW_TRAVIS_JAVA_BUILD_ONLY=1
81
# ARROW-2999 Benchmarks are disabled in Travis CI for the time being
82
# - ARROW_TRAVIS_PYTHON_BENCHMARKS=1
83
- - CC="clang-6.0"
84
- - CXX="clang++-6.0"
+ - MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"
85
before_script:
86
# (ARROW_CI_CPP_AFFECTED implies ARROW_CI_PYTHON_AFFECTED)
87
- if [ $ARROW_CI_PYTHON_AFFECTED != "1" ]; then exit; fi
0 commit comments