Add build against nightly Crystal

This commit is contained in:
Michael Miller 2019-09-23 20:58:47 -06:00
parent 3a6fcb9b0d
commit b79e580822
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@ spec:
- bin/ameba
- crystal tool format --check
nightly:
image: "crystallang/crystal:nightly"
allow_failure: true
script:
- crystal spec
- crystal tool format --check
pages:
stage: deploy
dependencies: