From d9590b0900a50ff8d15ba2d20c4c9c03f3709a2b Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Fri, 6 Mar 2020 11:54:36 +0300 Subject: [PATCH] test Doctrine 2.4 --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3340970..7de6cf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,11 +67,10 @@ jobs: env: SYMFONY_VERSION=5.0.* PHPUNIT_VERSION=6.5.* php: 7.2 -# Temporary not test Doctrine 2.4 because composer time out of execution -# - stage: Test Doctrine -# env: DOCTRINE_VERSION=2.4.* -# php: 5.5 -# dist: trusty + - stage: Test Doctrine + env: DOCTRINE_VERSION=2.4.* + php: 5.5 + dist: trusty - stage: Test Doctrine env: DOCTRINE_VERSION=2.5.*