6 lines
79 B
YAML
6 lines
79 B
YAML
language: crystal
|
|
install:
|
|
- shards install
|
|
script:
|
|
- crystal bin/ameba.cr
|