Skip to content

Commit ae598ef

Browse files
committed
Fix bug travis-ci cannot login github
1 parent 52b6339 commit ae598ef

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

composer.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,25 @@
2929
"yiisoft/yii2-codeception" : "*"
3030
},
3131
"config" : {
32-
"process-timeout" : 1800
32+
"preferred-install": "dist",
33+
"github-protocols": ["https","http"],
34+
"github-oauth": {
35+
"github.com": "1978ac86a7fd77ae45727ef1b39239d840c776f7"
36+
},
37+
"process-timeout" : 1800,
38+
"fxp-asset": {
39+
"installer-paths": {
40+
"npm-asset-library": "vendor/npm",
41+
"bower-asset-library": "vendor/bower"
42+
},
43+
"repositories": [
44+
{
45+
"type": "bower-vcs",
46+
"url": "https://github.com/RobinHerbots/Inputmask.git",
47+
"name": "bower-asset/jquery.inputmask"
48+
}
49+
]
50+
}
3351
},
3452
"autoload": {
3553
"psr-4": {

0 commit comments

Comments
 (0)