Skip to content

Commit

Permalink
Merge pull request #151 from JuliaReach/schillic/travis
Browse files Browse the repository at this point in the history
Use artifact cache on Travis
  • Loading branch information
mforets authored May 1, 2020
2 parents bf4ffce + b17b1f5 commit 9987ff9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ julia:
- 1.4
- nightly

cache:
directories:
- $HOME/.julia/artifacts

matrix:
fast_finish: true
allow_failures:
Expand Down

0 comments on commit 9987ff9

Please sign in to comment.