There was an error while loading. Please reload this page.
1 parent f648938 commit 7e8aa52Copy full SHA for 7e8aa52
.travis.yml
@@ -8,7 +8,8 @@ script:
8
- ./vendor/bin/phpcs --standard=PSR2 src
9
- ./vendor/bin/phpcbf --standard=PSR2 src
10
- php vendor/bin/phpdoc -d src -t docs --ignore vendor/,docs/,examples/
11
-
+ # add the SinusBot favicon
12
+ - wget -q -O images/favicon.ico https://sinusbot.github.io/favicon.ico
13
deploy:
14
provider: pages
15
github-token: $GITHUB_TOKEN
0 commit comments