-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* * Added mess detector * * Upped composer to 7.3 * * Bumped PHPUnit to version 8 * * Bumped Phan to version 2.5 * * Simplified travis * * Coverage
- Loading branch information
Showing
67 changed files
with
1,659 additions
and
2,027 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
composer.phar | ||
/vendor/ | ||
/tests/coverage | ||
|
||
.phpunit.result.cache |
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 |
---|---|---|
@@ -1,27 +1,16 @@ | ||
language: php | ||
php: | ||
- '7.2' | ||
|
||
dist: xenial | ||
sudo: required | ||
|
||
cache: | ||
directories: | ||
- $HOME/.composer/cache | ||
- '7.3' | ||
|
||
install: | ||
- composer install | ||
|
||
before_script: | ||
- sudo apt-get update -y | ||
- sudo apt-get install -y libzip4 | ||
- mkdir -p build/logs | ||
- .travis/setup.sh | ||
- composer validate | ||
- pecl install ast | ||
|
||
script: | ||
- vendor/bin/phpunit --coverage-clover=coverage.xml | ||
- vendor/bin/phpcs --standard=ruleset.xml ./src | ||
- composer test-coverage | ||
- composer lint | ||
- composer md | ||
- composer analyze-noop | ||
|
||
after_success: | ||
- bash <(curl -s https://codecov.io/bash) |
This file was deleted.
Oops, something went wrong.
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.