Skip to content

Commit b4e23ac

Browse files
committed
caching artifacts dir in CI
1 parent e4249fb commit b4e23ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ julia:
1010
- nightly
1111
notifications:
1212
email: false
13+
cache:
14+
directories:
15+
- $HOME/.julia/artifacts
1316
# uncomment the following lines to override the default test script
1417
#script:
1518
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

0 commit comments

Comments
 (0)