language: crystal
crystal:
- latest
- nightly
script:
- crystal spec
- crystal spec --release --no-debug
matrix:
allow_failures:
- crystal: nightly