Skip to content

Commit

Permalink
Travis CI: Enhance, and print the used zlib deb package name and the …
Browse files Browse the repository at this point in the history
…version.

* Print the used zlib deb package name and the version for debugging use.
* Refactor .travis.yml.
  * Set the language syntax defining some default behaviors first, aligning
    with ruby/ruby's .travis.yml
  * Remove the matrix syntax for now. Simplify the file.
* Add Travis badge image to `README.md`.
  • Loading branch information
junaruga committed Sep 26, 2023
1 parent c51c0b1 commit 36d475b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist: jammy
language: ruby
matrix:
include:
- arch: s390x
arch: s390x
dist: jammy
before_install:
- |
dpkg -s "$(dpkg -S /usr/include/zlib.h | cut -d ":" -f 1)"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 36d475b

Please sign in to comment.