OpenSQLManager/.travis.yml

18 lines
380 B
YAML
Raw Permalink Normal View History

2012-03-23 15:29:34 -04:00
language: php
php:
- 5.2
- 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
- cd sys/db
- git checkout master
- git pull origin master
- cd ../../
2012-03-23 15:29:34 -04:00
script: php ./tests/index.php