summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.2'Ferenc Kovacs2017-10-251-0/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Ferenc Kovacs2017-10-251-0/+1
| |\
| | * Merge branch 'PHP-7.0' into PHP-7.1Ferenc Kovacs2017-10-251-0/+1
| | |\
| | | * use trusty explicitlyFerenc Kovacs2017-10-251-1/+1
| | | |
| | | * Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2017-10-251-0/+1
| | | |\
| | | | * fix the travis build for PHP-5.6 using precise instead of trustyFerenc Kovacs2017-10-251-1/+1
| | | | |
| | | | * fix the travis build for PHP-5.6 using precise instead of trustyFerenc Kovacs2017-10-251-0/+1
| | | | |
* | | | | Revert "try to switch to something more recent than a 5 years old distro..."Remi Collet2017-09-071-1/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit d6432546bffb9d33f38a735a5dbf43e86a9d35d9.
* | | | | try to switch to something more recent than a 5 years old distro...Remi Collet2017-09-071-0/+1
| | | | |
* | | | | add libzip-dev for travis buildRemi Collet2017-09-071-0/+1
|/ / / /
* | | | Remove this for now, as not foundRemi Collet2017-07-111-1/+0
| | | | | | | | | | | | | | | | "E: Unable to locate package libsodium-dev"
* | | | Squashed commit - Add ext/sodiumParagon Initiative Enterprises2017-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | RFC: https://wiki.php.net/rfc/libsodium Licensing: https://web.archive.org/web/20170710161517/https://github.com/jedisct1/libsodium-php/issues/127
* | | | Merge branch 'PHP-7.1'Nikita Popov2017-06-031-1/+1
|\ \ \ \ | |/ / /
| * | | Travis: Use opcache in release buildNikita Popov2017-06-031-1/+1
| |/ / | | | | | | | | | | | | | | | Our debug builds on Travis are often timing out recently. Opcache causes quite a large performance hit on test run times, so move it over to the release build, where it should have less impact.
* | | Support showing slow tests in run-tests.phpNikita Popov2017-05-011-1/+1
| | |
* | | Enable ccache on Travisc9s2017-03-091-3/+10
| | |
* | | Remove mcryptLeigh2016-10-041-1/+0
|/ /
* | remove imap tests for now until I finish the sudoless dovecot configFerenc Kovacs2015-10-191-1/+0
| |
* | remove imap tests for now until I finish the sudoless dovecot configFerenc Kovacs2015-10-191-1/+0
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2015-10-191-7/+19
|\ \ | |/ | | | | | | | | | | | | * PHP-5.6: fixup, both catched by nikic use another character device in this test as /dev/console seems that it is different for lxc containers the de_DE(iso-8859-1) locale is not available on ubuntu by default, but there is no reason to require that over the utf-8 one let's try running our testsuite without sudo
| * Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-10-191-7/+15
| |\ | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: fixup, both catched by nikic use another character device in this test as /dev/console seems that it is different for lxc containers the de_DE(iso-8859-1) locale is not available on ubuntu by default, but there is no reason to require that over the utf-8 one let's try running our testsuite without sudo
| | * let's try running our testsuite without sudoFerenc Kovacs2015-08-231-6/+11
| | |
* | | TravisCI - remove unneded codeDmitry Patsura2015-08-251-4/+0
| | |
* | | Merge branch 'PHP-5.6'Ferenc Kovacs2015-07-261-0/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: make the travis irc notification a oneliner
| * | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-07-261-0/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.5: make the travis irc notification a oneliner
| | * make the travis irc notification a onelinerFerenc Kovacs2015-07-261-0/+2
| | |
* | | Move phpdbg tests to .phpt mechanismBob Weinand2015-07-201-1/+0
| | | | | | | | | | | | Also add a few more in-depth tests related to $argv, breakpoints and uncaught exceptions
* | | Run debug build with opcache on travisBob Weinand2015-07-061-1/+1
| | |
* | | Merge branch 'PHP-5.6'Ferenc Kovacs2015-04-081-3/+3
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: fix irc notification for build failure/recover
| * | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-04-081-3/+3
| |\ \ | | |/ | | | | | | | | | * PHP-5.5: fix irc notification for build failure/recover
| | * fix irc notification for build failure/recoverFerenc Kovacs2015-04-081-3/+3
| | |
* | | Merge branch 'PHP-5.6'Ferenc Kovacs2015-04-051-0/+5
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: add travis failure/recover notification for our irc room
| * | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2015-04-051-0/+5
| |\ \ | | |/ | | | | | | | | | * PHP-5.5: add travis failure/recover notification for our irc room
| | * add travis failure/recover notification for our irc roomFerenc Kovacs2015-04-051-0/+5
| | |
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-02-051-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.6: turn off online tests, they fail too often on CI fix tests Update header handling to RFC 7230
| * | turn off online tests, they fail too often on CIStanislav Malyshev2015-02-051-1/+1
| | |
* | | add imapStanislav Malyshev2015-01-281-1/+2
| | |
* | | Merge branch 'PHP-5.6'Ferenc Kovacs2014-12-041-5/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.6: 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/)
| * | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-12-041-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 installFerenc Kovacs2014-12-041-0/+1
| | |
| | * switch to C travis project instead of PHPFerenc Kovacs2014-12-041-5/+1
| | |
* | | Merge branch 'PHP-5.6'Ferenc Kovacs2014-12-011-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Revert "don't try to send in the test results until we restored qa.php.net" as qa.php.net is back.
| * | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-12-011-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 Kovacs2014-12-011-1/+1
| | | | | | | | | | | | | | | | | | as qa.php.net is back. This reverts commit 551593707384364705cd954a52c6e4089805f0ef.
* | | Merge branch 'PHP-5.6'Ferenc Kovacs2014-10-301-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.6: don't try to send in the test results until we restored qa.php.net Fix uninitialized value... Don't treat warnings as failures in the junit output
| * | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-10-301-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.netFerenc Kovacs2014-10-301-1/+1
| | |
* | | Re-add phpdbg to travisBob Weinand2014-10-241-0/+1
| | |
* | | phpdbg doesn't build due to the phpng merge, distable its build & test runsLior Kaplan2014-08-201-1/+0
| | |
* | | Merge branch 'master' into phpngDmitry Stogov2014-07-081-0/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fix still broken session test. Only return true/false. Fixed bug #66830 (Empty header causes PHP built-in web server to hang). Followup fix to custom session save handlers create locales and re-add test rm test for now Conflicts: ext/session/tests/session_set_save_handler_class_012.phpt