Travis: create database
This commit is contained in:
parent
9e393139de
commit
b4641b8216
|
@ -1,4 +1,6 @@
|
||||||
language: php
|
language: php
|
||||||
|
services:
|
||||||
|
- mysql
|
||||||
php:
|
php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.4
|
- 5.4
|
||||||
|
@ -8,6 +10,7 @@ before_script:
|
||||||
# pear.phpunit.de offline, and travis have phpunit
|
# pear.phpunit.de offline, and travis have phpunit
|
||||||
# - pear channel-discover pear.phpunit.de
|
# - pear channel-discover pear.phpunit.de
|
||||||
# - pear install phpunit/DbUnit
|
# - pear install phpunit/DbUnit
|
||||||
|
- mysql -e 'create database alternc_test;'
|
||||||
- cd phpunit
|
- cd phpunit
|
||||||
after_script:
|
after_script:
|
||||||
- wget https://scrutinizer-ci.com/ocular.phar
|
- wget https://scrutinizer-ci.com/ocular.phar
|
||||||
|
|
Loading…
Reference in New Issue