Skip to content

Commit 44b03ea

Browse files
gabrieldemarmiessefchollet
authored andcommitted
Cached the theano compilation directory. (keras-team#11048)
1 parent 780f5e4 commit 44b03ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
sudo: required
22
dist: trusty
33
language: python
4+
cache:
5+
directories:
6+
- $HOME/.theano
47
matrix:
58
include:
69
- python: 2.7

0 commit comments

Comments
 (0)