Test against Crystal nightlies

This commit is contained in:
Sijawusz Pur Rahnama 2020-05-05 13:39:43 +02:00 committed by Vitalii Elenhaupt
parent bdeb6e3391
commit 41b31a9a3e

View file

@ -1,9 +1,22 @@
language: crystal
crystal:
- latest
- nightly
jobs:
allow_failures:
- crystal: nightly
install:
- shards install
script:
- make test
- crystal tool format --check
- sed -i -e 's:<.*>::g' README.md
- crystal docs
deploy:
provider: pages
github_token: $GITHUB_TOKEN