From f6928784d03437ae106041dc9725faeda1941d7b Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 26 Jan 2020 20:44:11 +0000 Subject: [PATCH] Try all tests on Travis again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ab80bac..c721853d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ before_script: #- sleep 5 script: - - php vendor/bin/phpunit --stop-on-failure --filter test_micropub_post_request_creates_new_note + - php vendor/bin/phpunit --stop-on-failure - php phpcs.phar #- php artisan dusk - php vendor/bin/security-checker security:check