File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ matrix:
26
26
include :
27
27
- language : objective-c
28
28
os : osx
29
- compiler : clang
30
29
cache :
31
30
ccache : true
32
31
directories :
@@ -58,11 +57,6 @@ matrix:
58
57
- python : 3.6
59
58
env :
60
59
- JOB="3.6" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate" CONDA_FORGE=true
61
- addons :
62
- apt :
63
- packages :
64
- - libatlas-base-dev
65
- - gfortran
66
60
# In allow_failures
67
61
- python : 2.7
68
62
env :
Original file line number Diff line number Diff line change @@ -77,8 +77,9 @@ if [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "linux" ]; then
77
77
echo " [ccache]: $ccache "
78
78
export CC=' ccache gcc'
79
79
elif [ -z " $NOCACHE " ] && [ " ${TRAVIS_OS_NAME} " == " osx" ]; then
80
+ echo " [Install ccache]"
81
+ brew install ccache > /dev/null 2>&1
80
82
echo " [Using ccache]"
81
- time brew install ccache
82
83
export PATH=/usr/local/opt/ccache/libexec:$PATH
83
84
gcc=$( which gcc)
84
85
echo " [gcc]: $gcc "
You can’t perform that action at this time.
0 commit comments