kemal/.travis.yml

14 lines
196 B
YAML
Raw Normal View History

2015-10-31 07:59:44 +00:00
language: crystal
crystal:
- latest
- nightly
script:
- crystal spec
- crystal spec --release --no-debug
- crystal tool format --check
2015-10-31 07:59:44 +00:00
matrix:
allow_failures:
- crystal: nightly