This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
OpenSQLManager/.travis.yml

17 lines
379 B
YAML

language: php
php:
- 5.3
- 5.4
before_script:
- sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres"
- sh -c "psql -c 'create database test;' -U postgres"
- sh -c "mysql -e 'create database IF NOT EXISTS test;'"
- git submodule update --init
- cd src/sys/db
- git checkout master
- git pull origin master
- cd ../../../
script: php ./tests/index.php