Skip to content

Commit 6333412

Browse files
authored
CI: turn on cache for osx (pandas-dev#15733)
1 parent fe8420a commit 6333412

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)