aboutsummaryrefslogtreecommitdiffstats
path: root/tests/travis/prepare_pgsql.sh
Commit message (Collapse)AuthorAgeFilesLines
* :construction_worker:Extend Travis, add PostgreSQL10.Klaus Weidenbach2018-03-171-6/+11
| | | | | | Add PostgreSQL10 to TravisCI through Docker container. Use PHP7.2 instead of PHP7.1 as default test environment. Update to current stable MariaDB 10.2 from stable (GA) 10.1.
* Make it little bit less likely to erase a real database.Klaus Weidenbach2018-01-291-7/+7
| | | | | Changed the default PHPUnit database environment variables to make it little bit less likely to truncate accidently a real database.
* :white_check_mark: Unit Test for dba_pdo driver class.Klaus Weidenbach2018-01-281-2/+7
|
* :construction_worker::white_check_mark::bug: Import table structure in TravisCI.Klaus Weidenbach2017-05-061-3/+10
| | | | | Fix a syntax error in schema_postres.sql which was discovered while working on this.
* :construction_worker: use PHP7.1 and add PostgreSQL9.6Klaus Weidenbach2017-03-141-1/+1
| | | | | | | | Use newer distro for Travis CI runs. New environment provides PostgreSQL9.6. Also no need to install custom Doxygen, made it optional. Changed default PHP environment from PHP7.0 to current PHP7.1. Changed codecoverage reporting.
* [FEATURE] :construction_worker: Extend Travis CI integration.Klaus Weidenbach2017-03-141-0/+37
Testing several Travis CI features. Add DBs to travis execution matrix. Doxygen API docu generation and deployment to gh-pages. Update phpunit to 5.7.