Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2015-07-26 | 1 | -0/+2 |
|\ | | | | | | | | | * PHP-5.5: make the travis irc notification a oneliner | ||||
| * | make the travis irc notification a oneliner | Ferenc Kovacs | 2015-07-26 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2015-04-08 | 1 | -3/+3 |
|\ \ | |/ | | | | | | | * PHP-5.5: fix irc notification for build failure/recover | ||||
| * | fix irc notification for build failure/recover | Ferenc Kovacs | 2015-04-08 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2015-04-05 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | * PHP-5.5: add travis failure/recover notification for our irc room | ||||
| * | add travis failure/recover notification for our irc room | Ferenc Kovacs | 2015-04-05 | 1 | -0/+5 |
| | | |||||
* | | turn off online tests, they fail too often on CI | Stanislav Malyshev | 2015-02-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2014-12-04 | 1 | -5/+2 |
|\ \ | |/ | | | | | | | | | | | * PHP-5.5: add initial install switch to C travis project instead of PHP use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/) | ||||
| * | add initial install | Ferenc Kovacs | 2014-12-04 | 1 | -0/+1 |
| | | |||||
| * | switch to C travis project instead of PHP | Ferenc Kovacs | 2014-12-04 | 1 | -5/+1 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2014-12-01 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.5: Revert "don't try to send in the test results until we restored qa.php.net" as qa.php.net is back. Conflicts: .travis.yml | ||||
| * | Revert "don't try to send in the test results until we restored qa.php.net" ↵ | Ferenc Kovacs | 2014-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | as qa.php.net is back. This reverts commit 551593707384364705cd954a52c6e4089805f0ef. | ||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Ferenc Kovacs | 2014-10-30 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.5: don't try to send in the test results until we restored qa.php.net Don't treat warnings as failures in the junit output Conflicts: .travis.yml | ||||
| * | don't try to send in the test results until we restored qa.php.net | Ferenc Kovacs | 2014-10-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-07-07 | 1 | -0/+6 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.5: create locales and re-add test Conflicts: .travis.yml | ||||
| * | create locales and re-add test | Stanislav Malyshev | 2014-07-07 | 1 | -0/+7 |
| | | |||||
* | | add more exts for Travis | Stanislav Malyshev | 2014-07-05 | 1 | -0/+3 |
| | | |||||
* | | enable phpdbg for the travis build, and also run the testsuite for it | Ferenc Kovacs | 2014-06-09 | 1 | -1/+3 |
|/ | |||||
* | enable email notifications | Stanislav Malyshev | 2014-05-13 | 1 | -1/+2 |
| | | | | [skip ci] | ||||
* | only build and test nts non-debug and ts debug builds as discussed at ↵ | Ferenc Kovacs | 2014-05-03 | 1 | -2/+0 |
| | | | | https://github.com/php/php-src/pull/654 | ||||
* | Revert "show leaks in their own group" | Ferenc Kovacs | 2014-05-02 | 1 | -1/+1 |
| | | | | | | using valgrind would be a bit too much for travis I guess. This reverts commit ea60d79e23556deb0f72cf4111deefa0d9a55262. | ||||
* | show leaks in their own group | Ferenc Kovacs | 2014-05-02 | 1 | -1/+1 |
| | |||||
* | separate travis jobs for debug and non-debug builds | Ferenc Kovacs | 2014-04-29 | 1 | -2/+4 |
| | |||||
* | separate travis jobs for TS and NTS builds | Ferenc Kovacs | 2014-04-29 | 1 | -1/+3 |
| | |||||
* | double test timeout for travis | Michael Wallner | 2013-09-16 | 1 | -1/+1 |
| | |||||
* | fix mysql tests & mark nextRowset problematic tests | Stanislav Malyshev | 2013-08-24 | 1 | -0/+1 |
| | |||||
* | fix mysql init | Stanislav Malyshev | 2013-08-24 | 1 | -1/+1 |
| | |||||
* | add mysql settings | Stanislav Malyshev | 2013-08-24 | 1 | -1/+8 |
| | |||||
* | Fix cli server tests on travis | Nikita Popov | 2013-03-23 | 1 | -2/+2 |
| | | | | | | This passes an absolute path to the executable, rather than a relative. Maybe this is something that should be done automatically by run-tests.php as it doesn't apply only to travis. | ||||
* | Show diffs on Travis CI | Nikita Popov | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | Disable email notifications for travis-ci | David Soria Parra | 2012-06-08 | 1 | -5/+1 |
| | |||||
* | Travis stop spamming | David Soria Parra | 2012-06-07 | 1 | -2/+2 |
| | |||||
* | Fix indention | David Soria Parra | 2012-06-03 | 1 | -5/+5 |
| | |||||
* | Send mails to php-qa@lists.php.net whenever a build is failing | David Soria Parra | 2012-06-03 | 1 | -0/+7 |
| | |||||
* | Source all extension scripts for ENV vars | Davey Shafik | 2012-05-28 | 1 | -5/+5 |
| | |||||
* | Add extension configs, compile more extensions | Davey Shafik | 2012-05-28 | 1 | -3/+7 |
| | |||||
* | Reformat, setup MySQL DB, call run-tests directly | Davey Shafik | 2012-05-28 | 1 | -6/+12 |
| | |||||
* | Add support for Travis CI | Davey Shafik | 2012-05-28 | 1 | -0/+11 |