Skip to content

Commit 8399631

Browse files
committed
tewting by removing caches for keras
1 parent adefa0e commit 8399631

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ matrix:
2222
allow_failures:
2323
- r: 3.3 # inum install failure (seg fault)
2424
- r: 3.2 # partykit install failure (libcoin needs >= 3.4.0)
25-
- r: 3.4 # mvtnorm requires >= 3.5.0
25+
- r: 3.4 # mvtnorm requires >= 3.5.0
26+
2627

27-
cache:
28-
directories:
29-
- $HOME/.keras
30-
- $HOME/.cache/pip
3128

3229
env:
3330
global:

0 commit comments

Comments
 (0)