OSDN Git Service

Switch CI from Travis CI to GitHub Actions (#12) master
authorFujii Masao <masao.fujii@gmail.com>
Tue, 10 Oct 2023 16:04:05 +0000 (01:04 +0900)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 16:04:05 +0000 (01:04 +0900)
commit895e90e503fa304171fd74989ef2b77ba7d9b2b5
treeb96b40c9fece3e7ced4eb09ec3b35152250e29f9
parent439342646cfb595b10e126355527e13f7324c83e
Switch CI from Travis CI to GitHub Actions (#12)

Enable GitHub Actions and remove Travis CI for regression tests.

This commit enables GitHub Actions to run regression tests for pg_bigm.
GitHub Actions now tests on PostgreSQL 9.2 or later. Note that pg_bigm
supports PostgreSQL 9.1, but it can't be compiled on the latest Ubuntu
used in GitHub Actions, so tests are omitted for v9.1.

Also this commit discontinues the use of Travis CI as our CI service for
running regression tests due to issues that prevented successful
test execution.

Back-patch to pg_bigm 1.2.
.github/workflows/test.yml [new file with mode: 0644]
.travis.yml [deleted file]
README.md