Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix travis PHPUnit runner
  • Loading branch information
Ashley Hindle authored and ifsnop committed Feb 17, 2019
1 parent 94b237c commit 8496fbb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Expand Up @@ -18,8 +18,8 @@ matrix:
script:
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
- php src/Ifsnop/Mysqldump/Mysqldump.php
- cd tests && ./test.sh
- vendor/bin/phpunit
- cd tests && ./test.sh
addons:
apt:
sources:
Expand All @@ -44,8 +44,8 @@ matrix:
script:
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
- php src/Ifsnop/Mysqldump/Mysqldump.php
- cd tests && ./test.sh
- vendor/bin/phpunit
- cd tests && ./test.sh
addons:
apt:
sources:
Expand All @@ -70,8 +70,8 @@ matrix:
script:
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
- php src/Ifsnop/Mysqldump/Mysqldump.php
- cd tests && ./test.sh
- vendor/bin/phpunit
- cd tests && ./test.sh
addons:
apt:
sources:
Expand All @@ -96,8 +96,8 @@ matrix:
script:
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
- php src/Ifsnop/Mysqldump/Mysqldump.php
- cd tests && ./test.sh
- vendor/bin/phpunit
- cd tests && ./test.sh
addons:
apt:
sources:
Expand All @@ -122,8 +122,8 @@ matrix:
script:
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
- php src/Ifsnop/Mysqldump/Mysqldump.php
- cd tests && ./test.sh
- vendor/bin/phpunit
- cd tests && ./test.sh
addons:
apt:
sources:
Expand All @@ -148,8 +148,8 @@ matrix:
script:
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
- php src/Ifsnop/Mysqldump/Mysqldump.php
- cd tests && ./test.sh
- vendor/bin/phpunit
- cd tests && ./test.sh
addons:
apt:
sources:
Expand All @@ -174,8 +174,8 @@ matrix:
script:
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
- php src/Ifsnop/Mysqldump/Mysqldump.php
- cd tests && ./test.sh
- vendor/bin/phpunit
- cd tests && ./test.sh
addons:
apt:
sources:
Expand All @@ -200,8 +200,8 @@ matrix:
script:
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
- php src/Ifsnop/Mysqldump/Mysqldump.php
- cd tests && ./test.sh
- vendor/bin/phpunit
- cd tests && ./test.sh
addons:
apt:
sources:
Expand All @@ -226,8 +226,8 @@ matrix:
script:
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
- php src/Ifsnop/Mysqldump/Mysqldump.php
- cd tests && ./test.sh
- vendor/bin/phpunit
- cd tests && ./test.sh
addons:
apt:
sources:
Expand All @@ -252,8 +252,8 @@ matrix:
script:
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
- php src/Ifsnop/Mysqldump/Mysqldump.php
- cd tests && ./test.sh
- vendor/bin/phpunit
- cd tests && ./test.sh
addons:
apt:
sources:
Expand All @@ -279,8 +279,8 @@ matrix:
script:
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
- php src/Ifsnop/Mysqldump/Mysqldump.php
- cd tests && ./test.sh
- vendor/bin/phpunit
- cd tests && ./test.sh
before_install:
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
allow_failures:
Expand Down

0 comments on commit 8496fbb

Please sign in to comment.