kemal/.travis.yml

13 lines
164 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
2015-10-31 07:59:44 +00:00
matrix:
allow_failures:
- crystal: nightly