shard-kemal/.travis.yml
Cris Ward 8cf3f67594 fix for #399 (#407)
* fix for #399

* updating travis

* added without release back in

* added no debug to get around llvm issue
2017-09-29 09:25:26 +03:00

13 lines
164 B
YAML

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