From 95e0f0f702f20ffd00a236106a3da0f3ab955e34 Mon Sep 17 00:00:00 2001 From: Dominic Jodoin Date: Mon, 13 Aug 2018 13:22:00 -0400 Subject: [PATCH] Move test stage at the root --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 72ab54d..062bd4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,8 @@ jobs: php: 7.2 script: - vendor/bin/php-cs-fixer fix -v --dry-run - - stage: Test - script: - - vendor/bin/phpunit allow_failures: - php: nightly + +script: + - vendor/bin/phpunit