Skip to content

Commit

Permalink
travis: uses NCS 2 & CS 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Sep 13, 2018
1 parent 200b5b0 commit e53bc8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ 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 --config temp/coding-standard/coding-standard-php71.neon
- php temp/code-checker/code-checker --strict-types
- 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 e53bc8b

Please sign in to comment.