Skip to content

Commit

Permalink
Do not get Zephir for test PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Mar 28, 2017
1 parent f3a7e16 commit 38047f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ before_install:
- if [[ ! -z "${GH_TOKEN}" ]]; then composer config github-oauth.github.com ${GH_TOKEN}; echo "Configured Github token"; fi;
# Install dev-dependencies
- travis_retry composer install --prefer-dist --no-interaction --ignore-platform-reqs
- travis_retry composer require "phalcon/zephir:dev-master" --ignore-platform-reqs
- travis_retry composer require duncan3dc/fork-helper:$(if [[ "${PHP_MAJOR:0:1}" = "7" ]]; then echo "^2.0"; else echo "^1.0"; fi) --ignore-platform-reqs

install:
Expand Down

0 comments on commit 38047f2

Please sign in to comment.