forked from midou/invidious
commit
2ce82f3da5
16
.travis.yml
16
.travis.yml
@ -1,5 +1,20 @@
|
||||
dist: bionic
|
||||
|
||||
# Work around broken Travis Crystal image
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- gcc
|
||||
- pkg-config
|
||||
- git
|
||||
- tzdata
|
||||
- libpcre3-dev
|
||||
- libevent-dev
|
||||
- libyaml-dev
|
||||
- libgmp-dev
|
||||
- libssl-dev
|
||||
- libxml2-dev
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: build
|
||||
@ -9,6 +24,7 @@ jobs:
|
||||
language: crystal
|
||||
crystal: latest
|
||||
before_install:
|
||||
- crystal --version
|
||||
- shards update
|
||||
- shards install
|
||||
install:
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Invidious
|
||||
|
||||
[![Build Status](https://travis-ci.org/omarroth/invidious.svg?branch=master)](https://travis-ci.org/omarroth/invidious)
|
||||
[![Build Status](https://travis-ci.org/iv-org/invidious.svg?branch=master)](https://travis-ci.org/github/iv-org/invidious)
|
||||
|
||||
## Invidious is an alternative front-end to YouTube
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user