[pgjdbc/pgjdbc] 298683: test: add Travis configuration to test SSL(#1095) - Mailing list pgsql-jdbc

From Dave Cramer
Subject [pgjdbc/pgjdbc] 298683: test: add Travis configuration to test SSL(#1095)
Date
Msg-id 5aa52638dd821_16b12ae1eed1bc1c126663@hookshot-fe-88eb02d.cp1-iad.github.net.mail
Whole thread Raw
List pgsql-jdbc
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 298683b1bd11a4b16cdba861c8ca93134cfb037b
      https://github.com/pgjdbc/pgjdbc/commit/298683b1bd11a4b16cdba861c8ca93134cfb037b
  Author: Dave Cramer <davecramer@gmail.com>
  Date:   2018-03-11 (Sun, 11 Mar 2018)

  Changed paths:
    M .travis.yml
    A .travis/travis_configure_ssl.sh
    A .travis/travis_ssl_users.sh
    M .travis/travis_start_postgres.sh
    M certdir/README
    M certdir/server/pg_hba.conf
    M codecov.yml
    M pgjdbc/src/main/java/org/postgresql/ssl/MakeSSL.java
    M pgjdbc/src/test/java/org/postgresql/test/README.md
    M pgjdbc/src/test/java/org/postgresql/test/ssl/SingleCertValidatingFactoryTestSuite.java
    M pgjdbc/src/test/java/org/postgresql/test/ssl/SslTest.java
    M pgjdbc/src/test/java/org/postgresql/test/ssl/SslTestSuite.java
    M ssltest.properties

  Log Message:
  -----------
  test: add Travis configuration to test SSL (#1095)

remove v2 protocol versions of the test
remove pg8 versions of the test



pgsql-jdbc by date:

Previous
From: Vladimir Sitnikov
Date:
Subject: [pgjdbc/pgjdbc] af4996: test: workaround DST issue inStatementTest#testDa...
Next
From: Vladimir Sitnikov
Date:
Subject: [pgjdbc/pgjdbc] 4204f0: docs: improve documentation and tests forserver-s...