From 800afffffa3c6d11f49701cadd26196b62b459a6 Mon Sep 17 00:00:00 2001 From: Ne-Lexa Date: Thu, 9 Jan 2020 12:50:03 +0300 Subject: [PATCH] fix travis env --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8dd3c46..70db080 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ matrix: - os: linux dist: bionic php: 7.4 - env: COVERAGE=true PHPUNIT_FLAGS="-v -c phpunit.xml --testsuite only_fast_tests --format=php-clover coverage.clover ZIPALIGN_INSTALL=true" + env: COVERAGE=true ZIPALIGN_INSTALL=true PHPUNIT_FLAGS="-v -c phpunit.xml --testsuite only_fast_tests --format=php-clover coverage.clover" - os: linux php: nightly