diff --git a/.travis.yml b/.travis.yml index 96bc73f..9547b71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ -dist: jammy language: ruby -matrix: - include: - - arch: s390x +arch: s390x +dist: jammy +before_install: + # Print the used zlib deb package version. + - | + dpkg -s "$(dpkg -S /usr/include/zlib.h | cut -d ":" -f 1)" diff --git a/README.md b/README.md index 62e3801..6d7199e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Zlib +[![Build Status](https://app.travis-ci.com/ruby/zlib.svg?branch=master)](https://app.travis-ci.com/ruby/zlib) + This module provides access to the [zlib library](http://zlib.net). Zlib is designed to be a portable, free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib compression library provides in-memory compression and decompression functions, including integrity checks of the uncompressed data.