Remove .travis.yml. REL_14_0
authorChristoph Berg <[email protected]>
Wed, 29 Sep 2021 16:08:17 +0000 (18:08 +0200)
committerChristoph Berg <[email protected]>
Wed, 29 Sep 2021 16:08:17 +0000 (18:08 +0200)
.travis.yml[deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index a6cca30..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# run the testsuite on travis-ci.com
----
-# versions to run on
-env:
-  # 9.4 doesn't have a compatible pg_lzcompress.h yet
-  - PG_SUPPORTED_VERSIONS=9.5
-  - PG_SUPPORTED_VERSIONS=9.6
-  - PG_SUPPORTED_VERSIONS=10
-  - PG_SUPPORTED_VERSIONS=11
-  - PG_SUPPORTED_VERSIONS=12
-  - PG_SUPPORTED_VERSIONS=13
-  - PG_SUPPORTED_VERSIONS=14
-
-language: C
-dist: focal
-sudo: required
-
-before_install:
-  # extra apt.pg.o.sh options added in version 204, travis currently has 199 (2019-11-27)
-  - sudo apt-get -qq update
-  - sudo apt-get -y install postgresql-common
-
-install:
-  - sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -p -v $PG_SUPPORTED_VERSIONS -i
-
-script:
-  - make
-  - pg_virtualenv make installcheck PATH=$PWD:$PATH
-  - if test -s regression.diffs; then cat regression.diffs; fi