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)"