Skip to content

Commit

Permalink
Merge pull request #22 from ARCANEDEV/patch-testing
Browse files Browse the repository at this point in the history
Adding PHP 7.1 test coverage & Drop Laravel 5.0 Support
  • Loading branch information
arcanedev-maroc committed Dec 15, 2016
2 parents 6ae7026 + dedf6e8 commit fdc2b3d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Expand Up @@ -22,7 +22,7 @@ checks:
tools:
external_code_coverage:
timeout: 1200
runs: 8
runs: 9
php_code_sniffer:
enabled: true
config:
Expand Down
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -13,7 +13,6 @@ matrix:
- php: nightly

env:
- TESTBENCH_VERSION=3.0.*
- TESTBENCH_VERSION=3.1.*
- TESTBENCH_VERSION=3.2.*
- TESTBENCH_VERSION=3.3.*
Expand All @@ -28,5 +27,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
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Feel free to check out the [releases](https://github.com/ARCANEDEV/SEO-Helper/re
* Easy setup & configuration.
* Well documented & IDE Friendly.
* Well tested with maximum code quality.
* Laravel `5.0 | 5.1 | 5.2 | 5.3` are supported.
* Laravel `5.1 | 5.2 | 5.3` are supported (For Laravel `5.0` use `seo-helper: 1.1.*`).
* Made with :heart: & :coffee:.

## Table of contents
Expand Down
2 changes: 1 addition & 1 deletion _docs/0-Home.md
Expand Up @@ -11,7 +11,7 @@ SEO Helper is a package that provides tools and helpers for SEO (Search Engine O
* Easy setup & configuration.
* Well documented & IDE Friendly.
* Well tested with maximum code quality.
* Laravel `5.0 | 5.1 | 5.2 | 5.3` are supported.
* Laravel `5.1 | 5.2 | 5.3` are supported (For Laravel `5.0` use `seo-helper: 1.1.*`).
* Made with :heart: & :coffee:.

## Table of contents
Expand Down

0 comments on commit fdc2b3d

Please sign in to comment.