Cache bin/ directory for ameba

This commit is contained in:
Michael Miller 2019-04-06 19:01:02 -06:00
parent 7348ae5757
commit 686671de51
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ image: "crystallang/crystal:latest"
cache:
paths:
- lib
- bin
before_script:
- crystal -v # Print out Crystal version for debugging