File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ before_script:
2121 - (cd php-tests/library/Mustache; git checkout master )
2222 - (cd php-tests/library/Twig; git checkout master )
2323 - (cd unit-tests/engines/; git clone -q git://github.com/bobthecow/mustache.php.git & git clone -q git://github.com/fabpot/Twig.git & wait)
24- - (cd build; ./travis-install && cd 64bits && sudo make install && phpenv config-add ../ ../unit-tests/ci/phalcon.ini)
24+ - (cd ext; export CFLAGS="-g3 -O1 -fno-delete-null-pointer-checks -Wall"; phpize && ./configure --enable-phalcon && make -j2 && sudo make install && phpenv config-add ../unit-tests/ci/phalcon.ini)
2525 - ulimit -c unlimited || true
2626
2727script :
@@ -35,4 +35,4 @@ notifications:
3535 email :
3636 - andres@phalconphp.com
3737 - eduar@phalconphp.com
38- - nikos@phalconphp.com
38+ - nikos@phalconphp.com
You can’t perform that action at this time.
0 commit comments