forked from midou/invidious
Add Travis CI and pin dependencies (#655)
This commit is contained in:
parent
f7dc4cca2c
commit
824150f89b
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
|
@ -1,5 +1,7 @@
|
||||
# Invidious
|
||||
|
||||
[![Build Status](https://travis-ci.org/omarroth/invidious.svg?branch=master)](https://travis-ci.org/omarroth/invidious)
|
||||
|
||||
## Invidious is an alternative front-end to YouTube
|
||||
|
||||
- Audio-only mode (and no need to keep window open on mobile)
|
||||
|
Loading…
Reference in New Issue
Block a user