1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 05:37:39 +02:00

travis: uses NCS 2

This commit is contained in:
David Grudl
2018-09-13 01:46:57 +02:00
parent e7539102cb
commit 4b85f0a973
3 changed files with 11 additions and 11 deletions

View File

@@ -29,12 +29,12 @@ jobs:
php: 7.1
install:
# Install Nette Code Checker
- travis_retry composer create-project nette/code-checker temp/code-checker ~2 --no-progress
- travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
# Install Nette Coding Standard
- travis_retry composer create-project nette/coding-standard temp/coding-standard --no-progress
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
script:
- php temp/code-checker/src/code-checker.php --short-arrays --strict-types
- php temp/coding-standard/ecs check src tests examples --config tests/coding-standard.neon
- php temp/code-checker/code-checker --strict-types
- php temp/coding-standard/ecs check src tests examples --config tests/coding-standard.yml
- stage: Code Coverage

View File

@@ -1,7 +0,0 @@
includes:
- ../temp/coding-standard/coding-standard-php71.neon
parameters:
skip:
PhpCsFixer\Fixer\Operator\TernaryToNullCoalescingFixer:
- src/Dibi/HashMap.php # issue #260

View File

@@ -0,0 +1,7 @@
imports:
- { resource: '../temp/coding-standard/coding-standard-php71.yml' }
parameters:
skip:
PhpCsFixer\Fixer\Operator\TernaryToNullCoalescingFixer:
- src/Dibi/HashMap.php # issue #260