Add Travis CI and pin dependencies (#655)

このコミットが含まれているのは:
leonklingele 2019-08-04 16:10:32 +02:00 committed by Omar Roth
コミット 824150f89b
3個のファイルの変更22行の追加0行の削除

17
.travis.yml ノーマルファイル
ファイルの表示

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

ファイルの表示

@ -11,10 +11,13 @@ targets:
dependencies:
pg:
github: will/crystal-pg
version: ~> 0.17.0
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.12.0
kemal:
github: kemalcr/kemal
version: ~> 0.25.2
crystal: 0.29.0