Skip to content

Commit c199e3d

Browse files
committed
Cache test data in Travis
1 parent 2fde822 commit c199e3d

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
@@ -11,6 +11,9 @@ matrix:
1111
allow_failures:
1212
- julia: nightly
1313
fast_finish: true
14+
cache:
15+
directories:
16+
- /home/travis/build/$TRAVIS_REPO_SLUG/test/data
1417
notifications:
1518
email: false
1619
after_success:

0 commit comments

Comments
 (0)