From c7251538f8e49d9ed27d88129f3c745424ef64a9 Mon Sep 17 00:00:00 2001 From: tiger-seo Date: Tue, 20 Dec 2016 01:44:22 +0200 Subject: [PATCH] testing only for Codeception 2.1 and 2.2 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 45e0135..f626ee1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,11 @@ php: - 7.0 env: - - CODECEPTION_VERSION="2.0" GUZZLE="4.*" - - CODECEPTION_VERSION="2.1" GUZZLE="5.*" + - CODECEPTION_VERSION="2.1" + - CODECEPTION_VERSION="2.2" before_script: - composer install -n --prefer-dist --dev - - composer require guzzlehttp/guzzle:${GUZZLE} - composer require codeception/codeception:${CODECEPTION_VERSION} script: