From aec72d7e35d3348c8d71b3481ea4f3020435eec6 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Mon, 10 Apr 2017 12:31:44 +0300 Subject: [PATCH] first build is COVERAGE --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index efcadc1..5d3a82c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,8 @@ branches: matrix: fast_finish: true include: + - php: 5.4 + env: COVERAGE=1 - php: 5.4 env: SYMFONY_VERSION=2.7.* - php: 5.4 @@ -34,8 +36,6 @@ matrix: env: TWIG_VERSION=1.* - php: 7.0 env: TWIG_VERSION=2.* - - php: 5.4 - env: COVERAGE=1 allow_failures: - php: hhvm