From 018bfd34392bc7b6c3759e8fd01c9bea5994757d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=A9rub=C3=A9?= Date: Mon, 19 Aug 2019 18:52:04 -0600 Subject: [PATCH] re-arrange configuration to speed up builds --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f81a38..f4e5f68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,11 @@ matrix: - php: nightly before_script: - - composer require php-coveralls/php-coveralls:^2.1.0 + - if [[ "$ANALYSIS" == 'true' ]]; then composer require php-coveralls/php-coveralls:^2.1.0 ; fi - composer install -n script: + - if [[ "$ANALYSIS" != 'true' ]]; then vendor/bin/phpunit ; fi - if [[ "$ANALYSIS" == 'true' ]]; then vendor/bin/phpunit --coverage-clover clover.xml ; fi after_success: