From e0c021cca291f4efec0aafdaeac2fb3c8aecb9e8 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 26 Jan 2020 18:48:52 +0000 Subject: [PATCH] Focusing on very specific failing test just in PHP 7.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 22d9eb9d..a9492857 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ before_script: #- sleep 5 script: - - php vendor/bin/phpunit --stop-on-failure + - php vendor/bin/phpunit --stop-on-failure --filter test_micropub_post_request_creates_new_note - php phpcs.phar #- php artisan dusk - php vendor/bin/security-checker security:check