From b77983d461c53577bc011dae704234d4c0f53dbc Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Tue, 29 Oct 2024 15:57:45 +0100 Subject: [PATCH] Reenable Travis CI. There was a report that the Travis CI's long-term infra issue was addressed by the Travis team on the Ruby Bug ticket 20810. Revert "Retired Travis CI" This reverts commit eefc054744a34484688c3bc7987bf974933be4f9. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9547b71 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: ruby +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)"