We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cbb22 commit f00eed0Copy full SHA for f00eed0
.travis.yml
@@ -0,0 +1,19 @@
1
+language: php
2
+php:
3
+ - 7.1
4
+ - 7.2
5
+ - 7.3
6
+
7
+before_script:
8
+ - if php --ri xdebug >/dev/null; then phpenv config-rm xdebug.ini; fi
9
+before_install:
10
+ - composer self-update
11
+ - composer global require "hirak/prestissimo:^0.3"
12
+install:
13
+ - composer install --no-interaction
14
+script:
15
+ - ./vendor/bin/phpcs src
16
+ - ./vendor/bin/phpstan analyze src
17
+cache:
18
+ directories:
19
+ - $HOME/.composer/cache
README.md
@@ -1,5 +1,7 @@
# phpstan-drupal
+[](https://travis-ci.com/mglaman/phpstan-drupal)
Extension for PHPStan to allow analysis of Drupal code.
## Usage
0 commit comments