From 564328abf96938f6c426e04e829db312ee518fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 13 Aug 2020 08:12:40 +0200 Subject: [PATCH 1/2] Fix CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b64b487..b61652d4 100644 --- a/README.md +++ b/README.md @@ -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 From 6bc9479e003f918cb55d494d98f1d77637ef0dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 14 Aug 2020 11:51:44 +0200 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.travis.yml b/.travis.yml index 403707c7..f443e815 100644 --- a/.travis.yml +++ b/.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: