Skip to content

Commit

Permalink
Merge pull request #15 from sergeysviridenko/fix_test
Browse files Browse the repository at this point in the history
Delete ignore platform
  • Loading branch information
sergeyklay committed Dec 30, 2017
2 parents 15bed19 + a81e9f6 commit 63841da
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,13 +49,13 @@ 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
- 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)"

install:
- (cd cphalcon/build; bash install)
- phpenv config-add $TRAVIS_BUILD_DIR/tests/_ci/phalcon.ini
- travis_retry composer install --prefer-dist --no-interaction
- if [ "$PHP_MAJOR" == 5 ]; then composer require doctrine/instantiator:1.0.5; fi;

script:
Expand Down

0 comments on commit 63841da

Please sign in to comment.