Commit Graph

16 Commits

Author SHA1 Message Date
Robbie Averill
58d4b67b1f Drop PHP 5.5 support 2017-03-28 23:09:01 +13:00
Robbie Averill
dac3af79e7 TEST Update Travis configuration to build 5.5 to 7.1 against core release "4", using local phpunit 2017-01-27 09:25:46 +13:00
Daniel Hensby
f874e30ad3 Merge branch 2.1
Conflicts:
	.travis.yml
2015-11-03 21:47:49 +00:00
Daniel Hensby
e4bdf34d13 Updating travis requirements 2015-11-03 20:35:53 +00:00
Damian Mooyman
2e75581861 Add tests for 3.2 and php 5.6 2015-10-30 17:59:48 +13:00
Daniel Hensby
63190785e5 Move to new travis containerised infrastructure 2015-07-20 16:02:39 +01:00
Ingo Schommer
05b4b84f19 Fixed 3.x deprecations, updated dep from 3.1 to 3.2 2015-04-29 18:56:06 +12:00
Ingo Schommer
986beafa44 Compatibility with 3.2
3.2 still uses SQLQuery rather than SQLSelect,
but changes the getWhere() return signature.
2015-02-23 18:51:59 +13:00
Ingo Schommer
2ed6df4498 Removed codesniffer from builds
Already partially replaced by Scrutinizer CI
2014-08-11 22:54:33 +12:00
Ingo Schommer
07937a20f9 Fix unit tests for 3.2 compatibility
Exclude 'Version' from createTranslation():
Causes inconsistencies in Versioned->augmentWrite() because it doesn't write a SiteTree_versions record,
since the Version is already set on the record. In fact, its just copied from the original record,
so there's no SiteTree_versions row correlating to this new record yet.
2014-08-11 22:35:55 +12:00
Ingo Schommer
c8c375bd6d Split out 3.1 compatible branch (removed master-based travis configs) 2014-08-01 15:59:44 +12:00
Ingo Schommer
7f9dd3e17e Simplified travis builds (using external script) 2013-03-29 09:18:44 +01:00
Ingo Schommer
06762814d6 More versatile travis script 2013-03-28 16:02:06 +01:00
Ingo Schommer
2dff101b45 Removed 3.0 tests from master, since it only supports 3.1+ 2013-03-19 13:09:31 +01:00
Ingo Schommer
f1b155a97a Removing SQLite3 support from travis
No time to fix bugs for it at the moment,
and it decreases the usefulness of travis otherwise.
2012-10-31 00:27:09 +01:00
Ingo Schommer
c8863f6977 ENHANCEMENT Travis CI support 2012-10-02 22:50:44 +02:00