postgres-es 0.1.0

A Postgres implementation of an event store for cqrs-es.
Documentation
version: 0.2

phases:
  install:
    commands:
      - nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://127.0.0.1:2375 --storage-driver=overlay2&
      - timeout 15 sh -c "until docker info; do echo .; sleep 1; done"
  pre_build:
    commands:
      - docker build -t postgres-es .
  build:
    commands:
      - docker-compose up -d
      - docker images
      - docker image inspect postgres-es
      - docker run postgres-es cargo build
#      - docker run postgres-es_ps-tests cargo build