mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-13 07:12:41 +00:00
Add Travis CI and pin dependencies (#655)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user