Add Travis CI

This commit is contained in:
Leon Klingele 2019-07-31 17:27:04 +02:00
parent f99a7b2a8c
commit d4f7ed9ca1
No known key found for this signature in database
GPG Key ID: 0C8AF48831EEC211
2 changed files with 19 additions and 0 deletions

17
.travis.yml Normal file
View 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

View File

@ -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)