Skip to content

Commit 7e8aa52

Browse files
authored
added favicon to the github pages
1 parent f648938 commit 7e8aa52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ script:
88
- ./vendor/bin/phpcs --standard=PSR2 src
99
- ./vendor/bin/phpcbf --standard=PSR2 src
1010
- php vendor/bin/phpdoc -d src -t docs --ignore vendor/,docs/,examples/
11-
11+
# add the SinusBot favicon
12+
- wget -q -O images/favicon.ico https://sinusbot.github.io/favicon.ico
1213
deploy:
1314
provider: pages
1415
github-token: $GITHUB_TOKEN

0 commit comments

Comments
 (0)