Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleš committed Jul 27, 2017
1 parent 7fbce63 commit ec64d8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ matrix:
script:
- vendor/bin/tester tests -s $coverageArgs
- php temp/code-checker/src/code-checker.php --short-arrays --strict-types
- php temp/coding-standard/vendor/symplify/easy-coding-standard/bin/ecs check src tests --config temp/coding-standard/coding-standard-php71.neon

before_script:
- travis_retry composer install --no-interaction --prefer-dist
- travis_retry composer create-project nette/code-checker temp/code-checker ~2.8 --no-interaction
- travis_retry composer create-project nette/coding-standard temp/coding-standard --no-progress
- if [ "$coverage" == "on" ]; then coverageArgs="-p phpdbg --coverage ./coverage.xml --coverage-src ./src"; fi

after_script:
Expand Down

0 comments on commit ec64d8f

Please sign in to comment.