You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ matrix:
19
19
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
20
20
- php src/Ifsnop/Mysqldump/Mysqldump.php
21
21
- cd tests && ./test.sh
22
+
- vendor/bin/phpunit
22
23
addons:
23
24
apt:
24
25
sources:
@@ -44,6 +45,7 @@ matrix:
44
45
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
45
46
- php src/Ifsnop/Mysqldump/Mysqldump.php
46
47
- cd tests && ./test.sh
48
+
- vendor/bin/phpunit
47
49
addons:
48
50
apt:
49
51
sources:
@@ -69,6 +71,7 @@ matrix:
69
71
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
70
72
- php src/Ifsnop/Mysqldump/Mysqldump.php
71
73
- cd tests && ./test.sh
74
+
- vendor/bin/phpunit
72
75
addons:
73
76
apt:
74
77
sources:
@@ -94,6 +97,7 @@ matrix:
94
97
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
95
98
- php src/Ifsnop/Mysqldump/Mysqldump.php
96
99
- cd tests && ./test.sh
100
+
- vendor/bin/phpunit
97
101
addons:
98
102
apt:
99
103
sources:
@@ -119,6 +123,7 @@ matrix:
119
123
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
120
124
- php src/Ifsnop/Mysqldump/Mysqldump.php
121
125
- cd tests && ./test.sh
126
+
- vendor/bin/phpunit
122
127
addons:
123
128
apt:
124
129
sources:
@@ -144,6 +149,7 @@ matrix:
144
149
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
145
150
- php src/Ifsnop/Mysqldump/Mysqldump.php
146
151
- cd tests && ./test.sh
152
+
- vendor/bin/phpunit
147
153
addons:
148
154
apt:
149
155
sources:
@@ -169,6 +175,7 @@ matrix:
169
175
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
170
176
- php src/Ifsnop/Mysqldump/Mysqldump.php
171
177
- cd tests && ./test.sh
178
+
- vendor/bin/phpunit
172
179
addons:
173
180
apt:
174
181
sources:
@@ -194,6 +201,7 @@ matrix:
194
201
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
195
202
- php src/Ifsnop/Mysqldump/Mysqldump.php
196
203
- cd tests && ./test.sh
204
+
- vendor/bin/phpunit
197
205
addons:
198
206
apt:
199
207
sources:
@@ -219,6 +227,7 @@ matrix:
219
227
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
220
228
- php src/Ifsnop/Mysqldump/Mysqldump.php
221
229
- cd tests && ./test.sh
230
+
- vendor/bin/phpunit
222
231
addons:
223
232
apt:
224
233
sources:
@@ -244,6 +253,7 @@ matrix:
244
253
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
245
254
- php src/Ifsnop/Mysqldump/Mysqldump.php
246
255
- cd tests && ./test.sh
256
+
- vendor/bin/phpunit
247
257
addons:
248
258
apt:
249
259
sources:
@@ -270,6 +280,7 @@ matrix:
270
280
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
271
281
- php src/Ifsnop/Mysqldump/Mysqldump.php
272
282
- cd tests && ./test.sh
283
+
- vendor/bin/phpunit
273
284
before_install:
274
285
- sudo mysql -e "use mysql; update user set authentication_string=PASSWORD('') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
0 commit comments