Files
soci/scripts/travis/before_script_odbc.sh
Vadim Zeitlin c24601a3a8 Stop running MySQL ODBC tests on Travis CI
MySQL ODBC driver is not available in Ubuntu Xenial 16.04 any longer.
2020-03-29 16:00:18 +02:00

10 lines
259 B
Bash
Executable File

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