Fix error in composer call in before_sscript

This commit is contained in:
Kienan Stewart 2018-04-15 21:39:21 -04:00
parent 7b231d1635
commit 5597184a37
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ php:
- 5.3
script: phpunit --coverage-clover=coverage.clover
before_script:
- composer phpunit/dbunit
- composer require phpunit/dbunit
- mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;'
- cd phpunit
- which phpunit