Skip to content

Commit 8496fbb

Browse files
Ashley Hindleifsnop
Ashley Hindle
authored andcommitted
Fix travis PHPUnit runner
1 parent 94b237c commit 8496fbb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ matrix:
1818
script:
1919
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
2020
- php src/Ifsnop/Mysqldump/Mysqldump.php
21-
- cd tests && ./test.sh
2221
- vendor/bin/phpunit
22+
- cd tests && ./test.sh
2323
addons:
2424
apt:
2525
sources:
@@ -44,8 +44,8 @@ matrix:
4444
script:
4545
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
4646
- php src/Ifsnop/Mysqldump/Mysqldump.php
47-
- cd tests && ./test.sh
4847
- vendor/bin/phpunit
48+
- cd tests && ./test.sh
4949
addons:
5050
apt:
5151
sources:
@@ -70,8 +70,8 @@ matrix:
7070
script:
7171
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
7272
- php src/Ifsnop/Mysqldump/Mysqldump.php
73-
- cd tests && ./test.sh
7473
- vendor/bin/phpunit
74+
- cd tests && ./test.sh
7575
addons:
7676
apt:
7777
sources:
@@ -96,8 +96,8 @@ matrix:
9696
script:
9797
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
9898
- php src/Ifsnop/Mysqldump/Mysqldump.php
99-
- cd tests && ./test.sh
10099
- vendor/bin/phpunit
100+
- cd tests && ./test.sh
101101
addons:
102102
apt:
103103
sources:
@@ -122,8 +122,8 @@ matrix:
122122
script:
123123
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
124124
- php src/Ifsnop/Mysqldump/Mysqldump.php
125-
- cd tests && ./test.sh
126125
- vendor/bin/phpunit
126+
- cd tests && ./test.sh
127127
addons:
128128
apt:
129129
sources:
@@ -148,8 +148,8 @@ matrix:
148148
script:
149149
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
150150
- php src/Ifsnop/Mysqldump/Mysqldump.php
151-
- cd tests && ./test.sh
152151
- vendor/bin/phpunit
152+
- cd tests && ./test.sh
153153
addons:
154154
apt:
155155
sources:
@@ -174,8 +174,8 @@ matrix:
174174
script:
175175
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
176176
- php src/Ifsnop/Mysqldump/Mysqldump.php
177-
- cd tests && ./test.sh
178177
- vendor/bin/phpunit
178+
- cd tests && ./test.sh
179179
addons:
180180
apt:
181181
sources:
@@ -200,8 +200,8 @@ matrix:
200200
script:
201201
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
202202
- php src/Ifsnop/Mysqldump/Mysqldump.php
203-
- cd tests && ./test.sh
204203
- vendor/bin/phpunit
204+
- cd tests && ./test.sh
205205
addons:
206206
apt:
207207
sources:
@@ -226,8 +226,8 @@ matrix:
226226
script:
227227
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
228228
- php src/Ifsnop/Mysqldump/Mysqldump.php
229-
- cd tests && ./test.sh
230229
- vendor/bin/phpunit
230+
- cd tests && ./test.sh
231231
addons:
232232
apt:
233233
sources:
@@ -252,8 +252,8 @@ matrix:
252252
script:
253253
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
254254
- php src/Ifsnop/Mysqldump/Mysqldump.php
255-
- cd tests && ./test.sh
256255
- vendor/bin/phpunit
256+
- cd tests && ./test.sh
257257
addons:
258258
apt:
259259
sources:
@@ -279,8 +279,8 @@ matrix:
279279
script:
280280
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
281281
- php src/Ifsnop/Mysqldump/Mysqldump.php
282-
- cd tests && ./test.sh
283282
- vendor/bin/phpunit
283+
- cd tests && ./test.sh
284284
before_install:
285285
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
286286
allow_failures:

0 commit comments

Comments
 (0)