Fix error in composer call in before_sscript
This commit is contained in:
parent
7b231d1635
commit
5597184a37
|
@ -9,7 +9,7 @@ php:
|
||||||
- 5.3
|
- 5.3
|
||||||
script: phpunit --coverage-clover=coverage.clover
|
script: phpunit --coverage-clover=coverage.clover
|
||||||
before_script:
|
before_script:
|
||||||
- composer phpunit/dbunit
|
- composer require phpunit/dbunit
|
||||||
- mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'
|
- mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'
|
||||||
- cd phpunit
|
- cd phpunit
|
||||||
- which phpunit
|
- which phpunit
|
||||||
|
|
Loading…
Reference in New Issue