Skip to content

Commit c5322b1

Browse files
committed
caching artifacts dir in CI
1 parent 3a45183 commit c5322b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ julia:
1010
notifications:
1111
email: false
1212

13+
cache:
14+
directories:
15+
- $HOME/.julia/artifacts
16+
1317
# use default travis script for test
1418

1519
jobs:

0 commit comments

Comments
 (0)