kemal/.travis.yml

15 lines
214 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
2019-06-13 11:31:45 +00:00
- bin/ameba src
2015-10-31 07:59:44 +00:00
matrix:
allow_failures:
- crystal: nightly