mirror of
https://github.com/russolsen/crforth
synced 2024-11-16 19:51:29 +01:00
11 lines
185 B
YAML
11 lines
185 B
YAML
|
language: c
|
||
|
before_install: |
|
||
|
curl http://dist.crystal-lang.org/apt/setup.sh | sudo bash
|
||
|
sudo apt-get -q update
|
||
|
|
||
|
install: |
|
||
|
sudo apt-get install crystal
|
||
|
|
||
|
script:
|
||
|
- crystal spec
|