From 04d7bfcaffaab96a10e07764c183bc853c2d96f2 Mon Sep 17 00:00:00 2001 From: Christian Wiedemann Date: Mon, 15 Oct 2018 18:54:28 +0200 Subject: [PATCH] Add debug infos. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a73168c..d3216e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,10 +23,9 @@ install: - curl -fsSL get.docksal.io | sh - fin up - fin exec composer require webflo/drupal-core-require-dev:$DRUPAL_VERSION --dev - before_script: - fin init - + - cat phpunit.xml script: - fin exec "/var/www/vendor/bin/grumphp run" - fin exec "php /var/www/vendor/bin/phpunit"