Skip to content

Commit

Permalink
travis: uses NCS 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 12, 2018
1 parent 7af1bda commit 754e210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -25,11 +25,11 @@ jobs:
# Install Nette Code Checker
- travis_retry composer create-project nette/code-checker temp/code-checker ^3.0 --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/code-checker --strict-types --ignore tests/fixtures
- php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.neon
- php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml


- stage: Code Coverage
Expand Down

0 comments on commit 754e210

Please sign in to comment.