mirror of
https://github.com/iv-org/invidious.git
synced 2025-03-13 09:26:44 -04:00
Add Travis CI
This commit is contained in:
parent
f99a7b2a8c
commit
d4f7ed9ca1
17
.travis.yml
Normal file
17
.travis.yml
Normal file
@ -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…
x
Reference in New Issue
Block a user