Update .travis.yml

このコミットが含まれているのは:
Viktor Szépe 2020-08-14 11:51:44 +02:00 committed by GitHub
コミット 6bc9479e00
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更16行の追加0行の削除

ファイルの表示

@ -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: