Skip to content

Commit

Permalink
Merge pull request #11664 from sergeyklay/2.1.x
Browse files Browse the repository at this point in the history
Added ability to generate C code for PHP 7
  • Loading branch information
sergeyklay committed Apr 13, 2016
2 parents a8ef995 + 674f906 commit b024e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ before_install:
- bash tests/_ci/setup_dbs.sh
- bash tests/_ci/install_zephir.sh
- bash tests/_ci/install_beanstalkd.sh
- zephir generate &> /dev/null

- '[[ "$TRAVIS_PHP_VERSION" == "7" ]] || zephir generate &> /dev/null'
- '[[ "$TRAVIS_PHP_VERSION" != "7" ]] || zephir generate --backend=ZendEngine3 &> /dev/null'

before_script:
- (cd ext; export CFLAGS="-g3 -O1 -std=gnu90 -Wall -DZEPHIR_RELEASE=1"; phpize &> /dev/null && ./configure --silent --enable-phalcon &> /dev/null && make --silent -j4 &> /dev/null && make --silent install)
Expand Down

0 comments on commit b024e3d

Please sign in to comment.