13 lines
196 B
YAML
13 lines
196 B
YAML
language: crystal
|
|
crystal:
|
|
- latest
|
|
- nightly
|
|
|
|
script:
|
|
- crystal spec
|
|
- crystal spec --release --no-debug
|
|
- crystal tool format --check
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- crystal: nightly
|