mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2024-11-11 13:50:50 -05:00
PR #21 follow-up: Add Debian 9 'Stretch' automated tests.
This commit is contained in:
parent
e2d91420e2
commit
2fbaa2d33e
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue