Skip to content

Commit

Permalink
Merge pull request #342 from cakephp/ADmad-patch-1
Browse files Browse the repository at this point in the history
Upgrade to phpstan 0.9
  • Loading branch information
dereuromark committed Dec 12, 2017
2 parents 3287174 + 6e3ff77 commit a5612ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -57,7 +57,7 @@ before_script:
- if [[ $PREFER_LOWEST != 1 ]]; then composer install --no-interaction; fi
- if [[ $PREFER_LOWEST = 1 ]]; then composer update --no-interaction --prefer-lowest; fi

- if [[ $PHPSTAN = 1 ]]; then composer require --dev phpstan/phpstan:^0.8; fi
- if [[ $PHPSTAN = 1 ]]; then composer require --dev phpstan/phpstan:^0.9; fi

- if [[ $DB = 'mysql' ]]; then mysql -u root -e 'CREATE DATABASE cakephp_test DEFAULT COLLATE=utf8mb4_general_ci; CREATE DATABASE cakephp_comparisons;'; fi

Expand Down

0 comments on commit a5612ad

Please sign in to comment.