1
0
Fork 0
forked from Fijxu/invidious
invidious/.travis.yml

18 lines
230 B
YAML
Raw Normal View History

language: crystal
crystal:
- latest
dist: bionic
before_install:
- shards update
- shards install
install:
- crystal build --error-on-warnings src/invidious.cr
script:
- crystal tool format --check
- crystal spec