Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to phpstan v0.7
  • Loading branch information
ADmad committed Jul 19, 2017
1 parent c90f9d2 commit 857d3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -32,7 +32,7 @@ cache:

matrix:
fast_finish: true

allow_failures:
- php: nightly

Expand Down Expand Up @@ -76,7 +76,7 @@ script:
- if [[ $DEFAULT = 1 && $TRAVIS_PHP_VERSION != 7.0 ]]; then vendor/bin/phpunit; fi

- if [[ $PHPCS = 1 ]]; then composer cs-check; fi
- if [[ $PHPSTAN = 1 ]]; then composer require --dev phpstan/phpstan:^0.6 && vendor/bin/phpstan analyse -c phpstan.neon -l 1 src; fi
- if [[ $PHPSTAN = 1 ]]; then composer require --dev phpstan/phpstan:^0.7 && vendor/bin/phpstan analyse -c phpstan.neon -l 1 src; fi

after_success:
- if [[ $DEFAULT = 1 && $TRAVIS_PHP_VERSION = 7.0 ]]; then bash <(curl -s https://codecov.io/bash); fi
Expand Down

0 comments on commit 857d3bd

Please sign in to comment.