forked from phalcon/cphalcon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
261 changed files
with
189,341 additions
and
151,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
[submodule "php-tests/library/Mustache"] | ||
path = php-tests/library/Mustache | ||
url = git://github.com/bobthecow/mustache.php.git | ||
path = php-tests/library/Mustache | ||
url = git://github.com/bobthecow/mustache.php.git | ||
|
||
[submodule "php-tests/library/Twig"] | ||
path = php-tests/library/Twig | ||
url = git://github.com/fabpot/Twig.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,25 @@ php: | |
- 5.4 | ||
|
||
services: | ||
- memcached | ||
- mongodb | ||
|
||
before_install: | ||
- sudo apt-get install sqlite3 | ||
- chmod +x unit-tests/ci/install_memcached | ||
- chmod +x unit-tests/ci/install_apc | ||
- chmod +x unit-tests/ci/install_mongo | ||
- sudo ./unit-tests/ci/install_memcached | ||
- sudo ./unit-tests/ci/install_apc | ||
- sudo ./unit-tests/ci/install_mongo | ||
- ./unit-tests/ci/install_memcached | ||
- ./unit-tests/ci/install_apc | ||
- ./unit-tests/ci/install_mongo | ||
|
||
before_script: | ||
- git submodule init | ||
- git submodule update | ||
- cd php-tests/library/Mustache | ||
- git checkout master | ||
- cd ../../.. | ||
- cd php-tests/library/Twig | ||
- git checkout master | ||
- cd ../../.. | ||
- mkdir -p unit-tests/engines | ||
- cd unit-tests/engines/ | ||
- git clone https://github.com/bobthecow/mustache.php.git | ||
|
@@ -37,9 +42,9 @@ before_script: | |
- sqlite3 /tmp/phalcon_test.sqlite < unit-tests/schemas/sqlite/phalcon_test.sql | ||
- chmod +x unit-tests/ci/run_script.sh | ||
|
||
script: sudo ./unit-tests/ci/run_script.sh | ||
script: ./unit-tests/ci/run_script.sh | ||
|
||
notifications: | ||
email: | ||
- [email protected] | ||
- nikos@niden.net | ||
- nikos@phalconphp.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Phalcon is an open source project and a volunteer effort. | ||
|
||
*We only accept bug reports, new feature requests and pull requests in GitHub*. | ||
|
||
If you have a question about how to use Phalcon, please see the [support page](http://phalconphp.com/support). | ||
|
||
If you have a change or new feature in mind, please fill an [NFR](https://github.com/phalcon/cphalcon/wiki/New-Feature-Request---NFR). | ||
|
||
Thanks! <br /> | ||
Phalcon Team |
Oops, something went wrong.