diff options
author | Matthias Hecker <mail@apoc.cc> | 2020-03-28 03:10:10 +0100 |
---|---|---|
committer | Matthias Hecker <mail@apoc.cc> | 2020-03-28 03:10:10 +0100 |
commit | c7c670947b9ec9129412e05fc7934531c9d132ba (patch) | |
tree | d2cd49f047cbe11d3c9519a3074e8fe06276e69f /.travis.yml | |
parent | 6cf365c49ce5fbe24c0a4ff0663550390b501fea (diff) |
ci: add system dependencies to travis ci
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f834b7f2..da2327cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ language: ruby +dist: bionic +before_install: +- sudo apt-get update -y && \ +- sudo apt-get install -y ruby ruby-dev libtokyocabinet-dev zlib1g-dev libbz2-dev libxml2-dev libxslt1-dev rvm: - 2.7.0 - 2.6.0 |