Thanks, Travis!
This commit is contained in:
parent
03e9ed5993
commit
5711c5d962
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ matrix:
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -y imagemagick
|
- sudo apt-get install -y imagemagick
|
||||||
- yes '' | pecl install imagick
|
- yes '' | pecl install imagick
|
||||||
- yes '' | pecl install redis
|
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
script: ./vendor/bin/phpunit
|
script: ./vendor/bin/phpunit
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"title": "Youtube",
|
"title": "Youtube",
|
||||||
"value": profile.user_youtube,
|
"value": profile.user_youtube,
|
||||||
"link": "https://youtube.com/" ~ (youtube_is_channel_id ? "channel/" : '') ~ "%s",
|
"link": "https://youtube.com/" ~ (youtube_is_channel_id ? "channel/" : '') ~ "%s",
|
||||||
"format": youtube_is_channel_id ? "Channel of " ~ profile.username : "%s",
|
"format": youtube_is_channel_id ? "Channel" : "%s",
|
||||||
},
|
},
|
||||||
"steam": {
|
"steam": {
|
||||||
"title": "Steam",
|
"title": "Steam",
|
||||||
|
|
Loading…
Add table
Reference in a new issue