Skip to content

Commit

Permalink
test: add CI tests against PostgreSQL 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jorsol committed Dec 9, 2016
1 parent cb3995b commit bd693c6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .travis.yml
Expand Up @@ -60,6 +60,12 @@ matrix:
- COVERAGE=Y
- NO_HSTORE=Y
- CREATE_PLPGSQL=Y
- env: # this has to match the environment for 8.3 below
- PG_VERSION=8.3
- XA=true
- COVERAGE=Y
- NO_HSTORE=Y
- CREATE_PLPGSQL=Y
include:
- env:
- FEDORA_CI=Y
Expand All @@ -85,7 +91,7 @@ matrix:
- COVERAGE=Y
- jdk: oraclejdk8
sudo: required
dist: trusty
dist: precise
env:
- PG_VERSION=8.4
- XA=true
Expand All @@ -101,6 +107,15 @@ matrix:
- COVERAGE=Y
- NO_HSTORE=Y
- CREATE_PLPGSQL=Y
- jdk: oraclejdk8
sudo: required
dist: precise
env: # this has to match allow_failures above
- PG_VERSION=8.3
- XA=true
- COVERAGE=Y
- NO_HSTORE=Y
- CREATE_PLPGSQL=Y
- jdk: oraclejdk8
env: RUN_CHECKSTYLE=true
script: mvn checkstyle:check
Expand Down

0 comments on commit bd693c6

Please sign in to comment.