From 531b883e77201c8faa49af8d90baa581de3f99e8 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Tue, 21 Apr 2020 10:08:46 -0700 Subject: [PATCH] Made npm run output verbose in Travis tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 85a0aa8..78d038b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ script: - app/vendor/bin/php-cs-fixer fix --diff --dry-run - app/vendor/bin/psalm --show-info=true - app/vendor/bin/phpunit --coverage-text - - npm run production + - npm run production --verbose