From a4cfc9bf2e9744162d5d010efc60814e4c1a3a0e Mon Sep 17 00:00:00 2001 From: "andres.gutierrez" Date: Sat, 3 Mar 2012 18:05:46 -0500 Subject: [PATCH] Updating travis settings --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39b5be911fa..b196aaf4281 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,13 @@ php: - 5.3 before_script: - - cd target/release/ + - cd release/ - sh -c "phpize && ./configure --enable-phalcon && make && sudo make install" - echo "extension=phalcon.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` script: phpunit -c unit-tests/phpunit.xml + +notifications: + email: + - andres@phalconphp.com + - eduar@phalconphp.com \ No newline at end of file