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
Raw Normal View History

2012-03-23 15:29:34 -04:00
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;'"
2012-04-12 14:20:35 -04:00
- git submodule update --init
2012-11-30 08:29:39 -05:00
- cd src/sys/db
2012-04-12 14:20:35 -04:00
- git checkout master
- git pull origin master
2012-11-30 08:29:39 -05:00
- cd ../../../
2012-03-23 15:29:34 -04:00
script: php ./tests/index.php