Skip to content

Commit d7e19f6

Browse files
jrebackAnkurDedania
authored andcommitted
CI: turn on cache for osx (pandas-dev#15733)
1 parent 6a5193b commit d7e19f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ matrix:
2828
os: osx
2929
compiler: clang
3030
osx_image: xcode6.4
31+
cache: ccache
3132
env:
3233
- PYTHON_VERSION=3.5
3334
- JOB_NAME: "35_osx"

ci/submit_cython_cache.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rm -rf $PYX_CACHE_DIR
99

1010
home_dir=$(pwd)
1111

12-
mkdir $PYX_CACHE_DIR
12+
mkdir -p $PYX_CACHE_DIR
1313
rsync -Rv $pyx_file_list $PYX_CACHE_DIR
1414

1515
echo "pyx files:"

0 commit comments

Comments
 (0)