Skip to content

Commit

Permalink
Disabled static analysis temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed May 8, 2018
1 parent e3e8140 commit 31129a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
- travis_retry composer require --dev --prefer-dist --prefer-stable doctrine/coding-standard:^4.0.0
script: vendor/bin/phpcs

- stage: Static Analysis
php: 7.1
env: DEPENDENCIES=""
before_script:
- travis_retry composer require --dev --prefer-dist --prefer-stable phpstan/phpstan:^0.9.2
script: vendor/bin/phpstan analyse -l 5 -c phpstan.neon src
#- stage: Static Analysis
# php: 7.1
# env: DEPENDENCIES=""
# before_script:
# - travis_retry composer require --dev --prefer-dist --prefer-stable phpstan/phpstan:^0.9.2
# script: vendor/bin/phpstan analyse -l 5 -c phpstan.neon src

- stage: Run benchmarks
php: 7.1
Expand Down

0 comments on commit 31129a7

Please sign in to comment.