Skip to content

Commit 6f5d8de

Browse files
committed
Try to ensure local version from travis build dir
1 parent bdb8eca commit 6f5d8de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ script:
2121

2222
# Install dependency.
2323
- composer config repositories.0 path $TRAVIS_BUILD_DIR
24-
- composer require mglaman/phpstan-drupal
24+
- cat composer.json
25+
- composer require mglaman/phpstan-drupal *@dev
2526
- cp $TRAVIS_BUILD_DIR/tests/fixtures/drupal-phpstan.neon phpstan.neon
2627
- ./vendor/bin/phpstan analyze web/core/install.php
2728

0 commit comments

Comments
 (0)