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 build crisp.cr
|
|
- crystal spec
|