Skip to content

Commit

Permalink
Merge pull request #124 from nietaki/plt-cache
Browse files Browse the repository at this point in the history
Cache dialyzer artifacts
  • Loading branch information
CrowdHailer authored Nov 11, 2018
2 parents 023821f + 70479e9 commit c3c3da2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ script:
- mix test
- mix format --check-formatted
- mix dialyzer --halt-exit-status
cache:
directories:
- _build
before_cache:
# should only keep the dialyzer artifacts
- mix clean
- mix deps.clean --all

0 comments on commit c3c3da2

Please sign in to comment.