8cf3f67594
* fix for #399 * updating travis * added without release back in * added no debug to get around llvm issue
12 lines
164 B
YAML
12 lines
164 B
YAML
language: crystal
|
|
crystal:
|
|
- latest
|
|
- nightly
|
|
|
|
script:
|
|
- crystal spec
|
|
- crystal spec --release --no-debug
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- crystal: nightly
|