summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Szépe <viktor@szepe.net>2020-08-14 11:51:44 +0200
committerGitHub <noreply@github.com>2020-08-14 11:51:44 +0200
commit6bc9479e003f918cb55d494d98f1d77637ef0dd1 (patch)
tree353e898734996d36d07c6084e63ad88a98c69990
parent564328abf96938f6c426e04e829db312ee518fd7 (diff)
downloadinvidious-6bc9479e003f918cb55d494d98f1d77637ef0dd1.tar.gz
invidious-6bc9479e003f918cb55d494d98f1d77637ef0dd1.tar.bz2
invidious-6bc9479e003f918cb55d494d98f1d77637ef0dd1.zip
Update .travis.yml
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
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: