From d5b3665865e72f1a87ce524b2ffe9c873e5e5633 Mon Sep 17 00:00:00 2001 From: sergeysviridenko Date: Fri, 29 Dec 2017 17:52:20 +0200 Subject: [PATCH] Delete ignore platform --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aacdb7f..a5115f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ cache: before_install: - phpenv config-rm xdebug.ini || true - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi; - - travis_retry composer install --prefer-dist --no-interaction --ignore-platform-reqs + - travis_retry composer install --prefer-dist --no-interaction - git clone -q --depth=1 https://github.com/phalcon/cphalcon.git -b ${PHALCON_VERSION} - export PHP_MAJOR="$(echo $TRAVIS_PHP_VERSION | cut -d '.' -f 1)"