Skip to content

Commit 6a21576

Browse files
Restoring old travis [ci skip]
1 parent 6701666 commit 6a21576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2727
script:
@@ -35,4 +35,4 @@ notifications:
3535
email:
3636
- andres@phalconphp.com
3737
- eduar@phalconphp.com
38-
- nikos@phalconphp.com
38+
- nikos@phalconphp.com

0 commit comments

Comments
 (0)