8000 Merge pull request #160 from thedrow/patch-2 · sacherjj/msgpack-python@68d62bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 68d62bf

Browse files
committed
Merge pull request msgpack#160 from thedrow/patch-2
Travis will now cache dependencies despite having a custom install step
2 parents b6e962d + e4aa43d commit 68d62bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
sudo: false
2-
cache: pip
2+
cache:
3+
directories:
4+
- $HOME/.cache/pip
35
language: python
46
python:
57
- 3.5

0 commit comments

Comments
 (0)
0