Skip to content

Commit

Permalink
Updating travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andres.gutierrez committed Mar 3, 2012
1 parent ea2c369 commit a4cfc9b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a4cfc9b

Please sign in to comment.