From 5a9efc18f008309ba890b96d19c4aaf8611a9942 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 8 Jan 2019 13:22:35 +0000 Subject: [PATCH] just disable psalm caching --- .travis.yml | 1 - composer.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60dc1df9..c9914e7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,5 @@ before_script: - composer install script: - - vendor/bin/psalm --clear-cache - composer build diff --git a/composer.json b/composer.json index 0e2effb0..8462f764 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ --exclude lib/block_random_int.php .", "test": "@php ./vendor/bin/phpunit tests/", "test-fixup": "mkdir -p templates_c ; test -f config.local.php || touch config.local.php", - "psalm": "@php ./vendor/bin/psalm --show-info=false " + "psalm": "@php ./vendor/bin/psalm --no-cache --show-info=false " }, "require": { "php": ">=5.2"