Skip to content

Commit f97ae22

Browse files
committed
Add caching to CI.
Cache package artifacts between CI runs to reduce the amount of time required to run tests and to limit the possibility of connection errors.
1 parent 26c1e8c commit f97ae22

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
language: julia
22

3+
# Cache artifacts between tests:
4+
#
5+
# http://discourse.julialang.org/t/recommendation-cache-julia-artifacts-in-ci-services/
6+
#
7+
cache:
8+
directories:
9+
- $HOME/.julia/artifacts
10+
311
os: linux
412
dist: bionic
513

0 commit comments

Comments
 (0)