postgresfixture 0.2.2

Easily create and manage PostgreSQL clusters on demand for testing and development.
Documentation
jobs:
  include:
    - name: Ubuntu Xenial
      os: linux
      dist: xenial
    - name: Ubuntu Bionic
      os: linux
      dist: bionic

language: rust

before_install:
  - sudo apt-get -y install postgresql

before_script:
  - export PATH="$(printf '%s:' /usr/lib/postgresql/*/bin)$PATH"