Skip to content

Commit

Permalink
Updating misc files (Travis/Scrutinizer/GitHub...)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Jan 26, 2017
1 parent 0e974af commit e224421
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
17 changes: 11 additions & 6 deletions .gitattributes
@@ -1,9 +1,14 @@
* text=auto

/.github export-ignore
/_docs export-ignore
/_screenshots export-ignore
/build export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
CONTRIBUTING.md export-ignore
phpunit.xml export-ignore
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,8 @@
- LogViewer Version: #.#.#
- Laravel Version: #.#.#
- PHP Version: #.#.#

### Description:


### Steps To Reproduce:
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@
/vendor/
composer.phar
composer.lock
.DS_Store
Thumbs.db
4 changes: 2 additions & 2 deletions .scrutinizer.yml
Expand Up @@ -20,8 +20,8 @@ checks:

tools:
external_code_coverage:
timeout: 800
runs: 8
timeout: 900
runs: 12
php_code_sniffer:
enabled: true
config:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -28,5 +28,5 @@ script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ] && [ "$TRAVIS_PHP_VERSION" != "7.1" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ] && [ "$TRAVIS_PHP_VERSION" != "7.1" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi

0 comments on commit e224421

Please sign in to comment.