Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-19 | Again the Travis script line ... a typo | Andrey Andreev | 1 | -1/+1 | |
2017-01-19 | Fix Travis tests script line | Andrey Andreev | 1 | -1/+1 | |
2017-01-19 | Fix byte-safety issues & actually test for them | Andrey Andreev | 1 | -2/+1 | |
2017-01-10 | Disallow Travis failures for PHP 7.1 | Andrey Andreev | 1 | -1/+0 | |
2016-08-19 | Travis builds on PHP 7.1 (beta) | Andrey Andreev | 1 | -6/+6 | |
2016-07-26 | Fix Travis builds | Andrey Andreev | 1 | -0/+1 | |
2016-07-26 | Add 3.1-stable to tested branches list | Andrey Andreev | 1 | -0/+1 | |
2016-07-26 | [ci skip] Officially drop PHP 5.2.x | Andrey Andreev | 1 | -3/+0 | |
2016-05-09 | Use 5.3.latest on Travis to fix the build errors | Andrey Andreev | 1 | -1/+2 | |
5.3.3 doesn't have ext/openssl ... Also, allow failures on 5.3 | |||||
2015-12-14 | Remove PHP 7 from allowed_failures in Travis | Andrey Andreev | 1 | -1/+0 | |
2015-09-01 | Enable Travis builds for 3.0-stable branch | Andrey Andreev | 1 | -0/+1 | |
2015-02-26 | Fix .travis.yml for PHP7 and try to fix a DB test | Andrey Andreev | 1 | -1/+1 | |
2015-02-25 | Add PHP7 to automated builds | Andrey Andreev | 1 | -0/+4 | |
Just read that Travis has added support for "nightly" PHP7. | |||||
2015-02-19 | Revert last commit & just ignore E_DEPRECATED | Andrey Andreev | 1 | -4/+0 | |
2015-02-19 | Allow failures for ext/mysql on PHP 5.5+ | Andrey Andreev | 1 | -0/+4 | |
2015-02-06 | Allow failures for 5.2 on Travis until we figure it out | Andrey Andreev | 1 | -0/+1 | |
They've removed 5.2 support ... | |||||
2015-01-12 | Added support for running unit tests on PHP 5.2 | Dan Bernardic | 1 | -1/+6 | |
Signed-off-by: Dan Bernardic <dan.bernardic@gmail.com> | |||||
2015-01-10 | Travis-CI doesn't have PHP 5.3.0 ... | Andrey Andreev | 1 | -1/+1 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -1/+1 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-11-25 | Use the new build env on Travis | Josh Kalderimis | 1 | -1/+3 | |
more ram and cpu, improved network and boot times http://docs.travis-ci.com/user/workers/container-based-infrastructure/ more docs coming soon | |||||
2014-10-28 | The HHVM build on Travis-CI seems to be misconfigured ... | Andrey Andreev | 1 | -1/+1 | |
2014-03-10 | Re-enable hhvm/mysqli tests | Andrey Andreev | 1 | -2/+0 | |
2014-02-20 | Try to fix Travis not excluding pgsql,mysqli for HHVM | Andrey Andreev | 1 | -0/+2 | |
2014-02-13 | Try to avoid 'zend_mm_heap corrupted' failures with phpunit | Andrey Andreev | 1 | -1/+1 | |
2014-02-11 | Add PHP 5.6 (currently alpha) to .travis.yml | Andrey Andreev | 1 | -0/+1 | |
2014-01-16 | Disable HHVM mysqli and pgsql tests | Fred Emmott | 1 | -0/+5 | |
mysqli and PostGre support isn't going to be in a good state for a while. | |||||
2014-01-14 | Dont break the build if tests only fail on HHVM | Fred Emmott | 1 | -0/+4 | |
2014-01-14 | Enable HHVM on travis-ci | Fred Emmott | 1 | -0/+1 | |
2013-10-29 | Update sess_time_to_update description (rel #2397) | Andrey Andreev | 1 | -1/+1 | |
2013-10-29 | add travis php 5.5 | sv3tli0 | 1 | -1/+2 | |
2013-02-19 | Set the --no-progress option for travis composer install command | David Barratt | 1 | -1/+1 | |
2013-02-19 | Revert "Revert all changes to see if travis just doesn't like me." | David Barratt | 1 | -2/+1 | |
This reverts commit eb5991ccd0686d15615bff3a730a641889063943. | |||||
2013-02-19 | Revert all changes to see if travis just doesn't like me. | David Barratt | 1 | -1/+2 | |
2013-02-18 | Simplify the composer command | David Barratt | 1 | -2/+1 | |
2013-02-18 | Set the --no-progress option for travis composer install command | David Barratt | 1 | -1/+1 | |
2013-02-18 | Set the --dev option for travis composer install command. | David Barratt | 1 | -1/+1 | |
2012-11-25 | create database for mysqli tests | Andrey Andreev | 1 | -1/+1 | |
2012-11-25 | MySQLi tests | Andrey Andreev | 1 | -0/+1 | |
2012-11-12 | Remove 'services' directive from .travis.yml | Andrey Andreev | 1 | -5/+0 | |
According to the Travis docs at http://about.travis-ci.org/docs/user/database-setup/, mysql and postgre are started on boot (and therefore don't need manual a start), while we all know that sqlite is not a service and doesn't need that either. | |||||
2012-10-22 | Sync .travis.yml with develop | Andrey Andreev | 1 | -1/+1 | |
2012-10-12 | Merge changes from develop | Andrey Andreev | 1 | -1/+6 | |
2012-09-12 | Updated .travis.yml with new services param | Alex Bilbie | 1 | -0/+5 | |
See http://about.travis-ci.org/blog/august-2012-upcoming-ci-environment-updates/ for details | |||||
2012-07-19 | Hope this regexp works for travis ... | Andrey Andreev | 1 | -1/+1 | |
2012-07-19 | Enable travis for feature/* branches | Andrey Andreev | 1 | -1/+2 | |
2012-05-27 | Continuation for Security and Table code-coverage, add coverage report to travis | Taufan Aditya | 1 | -1/+1 | |
2012-05-24 | Remove temporary branch from whitelist | Taufan Aditya | 1 | -2/+1 | |
2012-05-24 | get vfsStream via composer if its PEAR package not exists | Taufan Aditya | 1 | -3/+2 | |
2012-05-24 | Write permission | Taufan Aditya | 1 | -2/+2 | |
2012-05-24 | Force install | Taufan Aditya | 1 | -1/+1 | |
2012-05-24 | Update vfsStream repo | Taufan Aditya | 1 | -1/+1 | |