-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
3,306 additions
and
2,709 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# editorconfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_size = 2 | ||
indent_style = space | ||
trim_trailing_whitespace = true | ||
|
||
[*.php] | ||
indent_size = 4 | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
language: php | ||
sudo: false | ||
|
||
php: | ||
- 7.1 | ||
|
||
notifications: | ||
email: | ||
on_success: never | ||
on_failure: change | ||
|
||
php: | ||
- 7.1 | ||
- 7.0 | ||
|
||
before_script: | ||
before_install: | ||
- composer self-update | ||
- composer install --no-interaction --dev | ||
|
||
install: | ||
- composer validate | ||
- composer install -o --prefer-dist --no-interaction | ||
|
||
script: | ||
- mkdir -p build/logs | ||
- phpunit --coverage-clover build/logs/clover.xml | ||
- php vendor/bin/phpunit --coverage-clover build/logs/clover.xml | ||
|
||
after_script: | ||
- php vendor/bin/coveralls -v | ||
- php vendor/bin/coveralls -v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
<comment>-----------------------------------------------------------------</comment> | ||
<comment>_______ ______ ______ _____ _ __ ______ _ _____</comment> | ||
<comment> | | / | | \ | | \ \ | | | | / / | | | | | | </comment> | ||
<comment> | | | | | | | | | | | | | |-< < | | | | _ | | </comment> | ||
<comment> |_| \_|__|_/ |_| |_| _|_|_ |_| \_\ |_|____ |_|__|_| _|_|_</comment> | ||
<comment>_________________________________________________________________</comment> | ||
|
||
<info>You are about to initialize a project based on Tonik Starter Theme.</info> | ||
<info>This setup wizard will guide you through the entire process.</info> | ||
|
||
<info>You will be asked for some details about your theme. Default answers</info> | ||
<info>for questions are presented inside</info> [brackets]<info>.</info> | ||
<info>Leave answer empty if you want to use the default value.</info> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.