Add Travis CI and pin dependencies (#655)
parent
f7dc4cca2c
commit
824150f89b
@ -0,0 +1,17 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue