Skip to content

Commit

Permalink
Fixed Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jul 24, 2016
1 parent d89af4b commit 2bf150f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@ before_install:
- phpenv config-rm xdebug.ini
- composer self-update -q
- travis_retry composer --prefer-source install
- travis_retry composer require phalcon/zephir:dev-master
- bash tests/_ci/install_prereqs.sh
- bash tests/_ci/setup_dbs.sh
- bash tests/_ci/install_zephir.sh
- bash tests/_ci/install_beanstalkd.sh
- '[[ "$TRAVIS_PHP_VERSION" == "7.0" ]] || zephir fullclean && zephir generate'
- '[[ "$TRAVIS_PHP_VERSION" != "7.0" ]] || zephir fullclean && zephir generate --backend=ZendEngine3'
- '[[ "$TRAVIS_PHP_VERSION" == "7.0" ]] || ( zephir fullclean && zephir generate )'
- '[[ "$TRAVIS_PHP_VERSION" != "7.0" ]] || ( zephir fullclean && zephir generate --backend=ZendEngine3 )'

before_script:
- (export PRE_PHP_INCLUDES=`php-config --includes`; cd ext/; for file in `find kernel -name "*.h"`; do $CC "$file" -I. $PRE_PHP_INCLUDES -o "$file.ghc"; done)
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"codeception/specify": "~0.4",
"phalcon/zephir": "dev-master"
},
"minimum-stability": "dev",
"license": "BSD-3-Clause",
"authors": [
{
Expand Down

0 comments on commit 2bf150f

Please sign in to comment.