summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Berg2021-09-29 16:08:17 +0000
committerChristoph Berg2021-09-29 16:08:17 +0000
commit37e3c1023d583658d351e51a6d3ece54e00089b5 (patch)
tree8476ab14c43696846abc73b6eb255efa36974cfe
parent03cd3ebd30e07db65c2f12b01fe48828cc7faaf2 (diff)
Remove .travis.yml.REL_14_0
-rw-r--r--.travis.yml29
1 files changed, 0 insertions, 29 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index a6cca30..0000000
--- a/.travis.yml
+++ /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