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
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ matrix:
18
18
script:
19
19
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
20
20
- php src/Ifsnop/Mysqldump/Mysqldump.php
21
-
- cd tests && ./test.sh
22
21
- vendor/bin/phpunit
22
+
- cd tests && ./test.sh
23
23
addons:
24
24
apt:
25
25
sources:
@@ -44,8 +44,8 @@ matrix:
44
44
script:
45
45
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
46
46
- php src/Ifsnop/Mysqldump/Mysqldump.php
47
-
- cd tests && ./test.sh
48
47
- vendor/bin/phpunit
48
+
- cd tests && ./test.sh
49
49
addons:
50
50
apt:
51
51
sources:
@@ -70,8 +70,8 @@ matrix:
70
70
script:
71
71
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
72
72
- php src/Ifsnop/Mysqldump/Mysqldump.php
73
-
- cd tests && ./test.sh
74
73
- vendor/bin/phpunit
74
+
- cd tests && ./test.sh
75
75
addons:
76
76
apt:
77
77
sources:
@@ -96,8 +96,8 @@ matrix:
96
96
script:
97
97
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
98
98
- php src/Ifsnop/Mysqldump/Mysqldump.php
99
-
- cd tests && ./test.sh
100
99
- vendor/bin/phpunit
100
+
- cd tests && ./test.sh
101
101
addons:
102
102
apt:
103
103
sources:
@@ -122,8 +122,8 @@ matrix:
122
122
script:
123
123
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
124
124
- php src/Ifsnop/Mysqldump/Mysqldump.php
125
-
- cd tests && ./test.sh
126
125
- vendor/bin/phpunit
126
+
- cd tests && ./test.sh
127
127
addons:
128
128
apt:
129
129
sources:
@@ -148,8 +148,8 @@ matrix:
148
148
script:
149
149
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
150
150
- php src/Ifsnop/Mysqldump/Mysqldump.php
151
-
- cd tests && ./test.sh
152
151
- vendor/bin/phpunit
152
+
- cd tests && ./test.sh
153
153
addons:
154
154
apt:
155
155
sources:
@@ -174,8 +174,8 @@ matrix:
174
174
script:
175
175
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
176
176
- php src/Ifsnop/Mysqldump/Mysqldump.php
177
-
- cd tests && ./test.sh
178
177
- vendor/bin/phpunit
178
+
- cd tests && ./test.sh
179
179
addons:
180
180
apt:
181
181
sources:
@@ -200,8 +200,8 @@ matrix:
200
200
script:
201
201
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
202
202
- php src/Ifsnop/Mysqldump/Mysqldump.php
203
-
- cd tests && ./test.sh
204
203
- vendor/bin/phpunit
204
+
- cd tests && ./test.sh
205
205
addons:
206
206
apt:
207
207
sources:
@@ -226,8 +226,8 @@ matrix:
226
226
script:
227
227
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
228
228
- php src/Ifsnop/Mysqldump/Mysqldump.php
229
-
- cd tests && ./test.sh
230
229
- vendor/bin/phpunit
230
+
- cd tests && ./test.sh
231
231
addons:
232
232
apt:
233
233
sources:
@@ -252,8 +252,8 @@ matrix:
252
252
script:
253
253
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
254
254
- php src/Ifsnop/Mysqldump/Mysqldump.php
255
-
- cd tests && ./test.sh
256
255
- vendor/bin/phpunit
256
+
- cd tests && ./test.sh
257
257
addons:
258
258
apt:
259
259
sources:
@@ -279,8 +279,8 @@ matrix:
279
279
script:
280
280
- php -l src/Ifsnop/Mysqldump/Mysqldump.php
281
281
- php src/Ifsnop/Mysqldump/Mysqldump.php
282
-
- cd tests && ./test.sh
283
282
- vendor/bin/phpunit
283
+
- cd tests && ./test.sh
284
284
before_install:
285
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