mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Update .travis.yml
This commit is contained in:
parent
564328abf9
commit
6bc9479e00
1 changed files with 16 additions and 0 deletions
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:
|
||||
|
|
Loading…
Reference in a new issue