Skip to content

Commit

Permalink
Enable dbase extension for phpstan
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Aug 16, 2020
1 parent 5c12e47 commit e7199a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -22,6 +22,7 @@ matrix:
script: vendor/bin/phpcs
- php: 7.1
name: "Static analysis"
env: DBASE=yes
script: vendor/bin/phpstan analyze
- php: nightly
env: DBASE=no
Expand All @@ -39,7 +40,7 @@ matrix:
- composer global require "code-lts/doctum:^5.0"
- composer install --no-interaction
script:
- $HOME/.composer/vendor/bin/doctum.php --no-interaction update ./ci/doctum-config.php
- $HOME/.composer/vendor/bin/doctum.php --no-interaction update ./ci/doctum-config.php || $HOME/.composer/vendor/bin/doctum.php --no-interaction parse ./ci/doctum-config.php

before_install:
- |
Expand Down

0 comments on commit e7199a4

Please sign in to comment.