Skip to content

Commit

Permalink
Delete ignore platform
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysviridenko committed Dec 29, 2017
1 parent 15bed19 commit d5b3665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit d5b3665

Please sign in to comment.