Merge pull request #1335 from szepeviktor/patch-1

Fix CI badge
This commit is contained in:
Perflyst 2020-08-14 11:59:45 +02:00 committed by GitHub
commit 2ce82f3da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View File

@ -1,5 +1,20 @@
dist: bionic 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: jobs:
include: include:
- stage: build - stage: build
@ -9,6 +24,7 @@ jobs:
language: crystal language: crystal
crystal: latest crystal: latest
before_install: before_install:
- crystal --version
- shards update - shards update
- shards install - shards install
install: install:

View File

@ -1,6 +1,6 @@
# Invidious # 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 ## Invidious is an alternative front-end to YouTube