Skip to content

Commit

Permalink
Reenable Travis CI.
Browse files Browse the repository at this point in the history
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 eefc054.
  • Loading branch information
junaruga committed Oct 29, 2024
1 parent 791b239 commit b77983d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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)"

0 comments on commit b77983d

Please sign in to comment.