#!/bin/bash -e # Sets up environment for SOCI backend PostgreSQL at travis-ci.org # # Mateusz Loskot , http://github.com/SOCI # source ${TRAVIS_BUILD_DIR}/bin/ci/common.sh psql --version psql -c 'create database soci_test;' -U postgres