We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8420a commit 6333412Copy full SHA for 6333412
.travis.yml
@@ -28,6 +28,7 @@ matrix:
28
os: osx
29
compiler: clang
30
osx_image: xcode6.4
31
+ cache: ccache
32
env:
33
- PYTHON_VERSION=3.5
34
- JOB_NAME: "35_osx"
ci/submit_cython_cache.sh
@@ -9,7 +9,7 @@ rm -rf $PYX_CACHE_DIR
9
10
home_dir=$(pwd)
11
12
-mkdir $PYX_CACHE_DIR
+mkdir -p $PYX_CACHE_DIR
13
rsync -Rv $pyx_file_list $PYX_CACHE_DIR
14
15
echo "pyx files:"
0 commit comments