PR #21 follow-up: Add Debian 9 'Stretch' automated tests.

This commit is contained in:
Jeff Geerling 2017-06-30 23:17:22 -05:00
parent e2d91420e2
commit 2fbaa2d33e
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ env:
- distro: debian8
postgresql_bin_dir: /usr/lib/postgresql/9.4/bin
postgresql_data_dir: /var/lib/postgresql/9.4/main
- distro: debian9
postgresql_bin_dir: /usr/lib/postgresql/9.6/bin
postgresql_data_dir: /var/lib/postgresql/9.6/main
script:
# Configure test script so we can run extra tests after playbook is run.