Commit graph

46 commits

Author SHA1 Message Date
mark_story
51b48c9e45 Fix path. 2017-07-26 22:58:09 -04:00
mark_story
4bd49eeb15 Attempt to fix travis for 2.x
There has been a distrubance in the force, and our travis builds no
longer work.
2017-07-26 22:42:19 -04:00
Michael van Tricht
10052edb20 Make test suite compatible with PHPUnit 5. 2017-04-06 23:06:17 +02:00
chinpei215
19e95e2fb2 Add PHPUnit 4.8 to test matrix 2017-03-25 17:58:22 +09:00
mark_story
173f927ef3 Try again to get apcu install step working. 2017-03-11 12:33:11 -05:00
mark_story
8559403c17 echo not print. 2017-03-11 08:07:31 -05:00
mark_story
c4aac6234d Try apcu install again. 2017-03-10 21:22:10 -05:00
mark_story
92aac61830 Attempt to fix apcu install issues. 2017-03-10 20:58:31 -05:00
mark_story
caaf748883 Add PHP7.1 to test matrix. 2016-12-05 09:22:48 -05:00
mark_story
234f732d6d Attempt to get tests passing on travis.
Also attempt to get stickler to ignore the 2.x branch.
2016-07-01 17:52:02 -04:00
Juan Basso
4a61f7f23c
Supporting APCu on PHP 7 2016-05-07 03:46:21 -04:00
Larry E. Masters
0aa8847762 Merge pull request #7840 from cakephp/2.8-PHP7
2.8 PHP7 compatibility
2015-12-29 00:27:33 -05:00
mark_story
37fe25909f Merge branch '2.7' into 2.8 2015-12-20 21:59:43 -05:00
mark_story
1b4c81ebd1 Remove lighthttpd
Attempting to install lighthttpd causes the travis build to fail.
2015-12-20 07:51:41 -05:00
Mark Scherer
ddfb7d649e Enable PHP7.0 in travis 2015-11-10 00:11:48 +01:00
Rachman Chavik
e6acacac03 CakeTime::listTimezones(): Add option to Display timezone abbreviations
Useful for countries that do not have many of its cities, even major ones,
listed. For eg: Indonesia, only have 4 cities listed.

For backward compatibility, abbreviations will not be shown.

Note: You might need to update timezonedb for PHP 5.3

Closes #7271
2015-08-21 10:54:33 +07:00
mark_story
0d3057bb77 Re-remove 5.2 from travis.yml
There are a bunch of failing tests in the JsonView and HttpSocket
classes, both these failures are caused by annoying differences in PHP
that I don't think are really worth working around.
2015-06-14 22:17:22 -04:00
mark_story
0b20f6d334 PHP5.2 has no composer. 2015-06-14 22:00:29 -04:00
mark_story
90da605cc8 Re-enable 5.2 as travis still supports it for now. 2015-06-13 15:48:27 -04:00
mark_story
ff39d93299 Remove PHP5.2 from the build matrix.
Travis-ci no longer supports PHP5.2. Attempting to run tests on it
causes our builds to fail out. I think this also begs a broader
discussion around supported versions in the future. I'm not personally
comfortable saying we support PHP 5.2 when we don't run tests against it
anymore.
2015-02-07 15:52:34 -05:00
Bryan Crowe
a2d495054e Update cakephp-codesniffer version 2014-12-15 23:46:22 -05:00
ADmad
b29cd2f200 Use composer instead of PEAR to get codesniffer. 2014-11-30 23:02:51 +05:30
ceeram
8bec213b5a Update .travis.yml 2014-08-11 19:45:43 +02:00
Ceeram
3334bfa455 Slim down travis build matrix 2014-08-11 18:04:35 +02:00
mark_story
cee56eaef7 Make PHPCS build passing again. 2014-07-02 23:38:49 -04:00
mark_story
48c799812e Tidy up and simplify travis.yml file. 2014-06-28 21:23:23 -04:00
mark_story
a0851702ff Fail the build as soon as one build fails.
No need to run all the builds when one of them has already failed.
2014-05-23 14:05:09 -04:00
mark_story
ec3222ca64 Allow the PHPCS to fail. 2014-05-23 14:02:20 -04:00
mark_story
89cd114e6f Merge branch 'master' into 2.5 2014-05-12 14:30:02 -04:00
mark_story
99cbaed298 PHP 5.6 builds should now pass. 2014-05-12 14:29:40 -04:00
Julius Beckmann
c8a2921b12 Made PHP 5.6 a allowed failure on travis. 2014-05-12 08:42:17 +02:00
Julius Beckmann
28404ace96 Added PHP 5.6 to travis. 2014-05-11 22:15:35 +02:00
ADmad
d466e00644 Merge branch 'master' into 2.5
Conflicts:
	lib/Cake/Model/Datasource/DboSource.php
	lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php
	lib/Cake/Utility/Folder.php
	lib/Cake/VERSION.txt
2014-05-04 14:35:36 +05:30
ADmad
0c0448fe0b Fix travis builds.
Travis updated to phpunit 4 for PHP 5.3 and CakePHP needs phpunit 3.7.
2014-05-01 19:38:59 +05:30
Kamisama
70f321e327 Starting the memcached server on travis
To properly test the memcached cache engine
2013-08-27 14:48:36 -04:00
Phally
1459e176ac Adds German locale for Travis. 2013-08-14 21:08:25 +02:00
ADmad
f68701d647 Created new test group for all db related tests 2013-08-04 21:23:45 +05:30
ADmad
e5be99844d Run all tests only once, not for all databases. 2013-08-04 20:30:05 +05:30
Ceeram
4e9fb1f01a update travis.yml to test on php 5.5 2013-06-05 12:26:50 +02:00
Ceeram
da2f0668e0 Replace node.js with lighthttpd to avoid socket exceptions 2013-04-08 11:36:58 +02:00
Ceeram
5f9a371d58 phpcs violations will now fail travis builds 2012-12-21 16:06:06 +01:00
Ceeram
fee1f9e4dd show progress of phpcs on travis 2012-12-12 14:44:25 +01:00
Ceeram
138098f327 only run codesniff on php files 2012-11-04 13:25:50 +01:00
Ceeram
0dfe373f92 add phpcs to travis 2012-11-03 00:03:16 +01:00
Thomas Ploch
fda065101b Fixed test cases for successful being built on travis. 2012-03-24 21:32:31 +01:00
Ceeram
e8993b52ff add .travis.yml file 2012-03-19 00:30:57 +01:00