Cache bin/ directory for ameba

This commit is contained in:
Michael Miller 2019-04-06 19:01:02 -06:00
parent 7348ae5757
commit 686671de51

View file

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