Commit Graph

13 Commits

Author SHA1 Message Date
Dan Hunsaker
4b10ae4863 Use Matrix Exclude instead of hard-coded matrix
While the current .travis.yml setup works, and the reasoning makes sense, it's far less readable than the previous configuration.  This suggested patch presents an alternative approach to the same result, which uses the matrix->exclude array to filter out invalid tests, instead of hard-coding every valid combination as the current file does.  This seems more readable, at least to me.
2016-10-14 21:01:51 -06:00
Chris Boulton
8989564468 enable redis extension on supported php versions 2016-10-14 15:49:33 -07:00
Chris Boulton
2e24b5308f don't test against php 5.3, 5.4, 5.5. don't allow failures on php7 and hhvm 2016-10-14 15:26:02 -07:00
Jonathan André Schweder
47d3c9cbb2 add PHP 7 and HHVM to TravisCI runtime 2016-03-16 08:09:34 -03:00
kazusuke sasezaki
295ec7d68a add PHP 5.5, 5.6 to .travis.yml 2014-08-29 00:56:23 +09:00
Chris Boulton
3f5937a5f8 test against version 2.2.3 of phpredis 2013-05-12 14:55:20 +10:00
Chris Boulton
aae168392c just use built in phpunit on travis ci 2013-01-13 03:02:59 +11:00
Chris Boulton
f082ec872e remove pecl install 2013-01-13 01:16:19 +11:00
Chris Boulton
ab9195cf19 php-redis is not available via pecl, install using wget (not nice) 2013-01-13 01:15:04 +11:00
Chris Boulton
ac28ca36d5 test with and without phpredis extension 2013-01-13 01:06:32 +11:00
Chris Boulton
8d6da21473 restructure tests, use composer to autoload test requirements 2013-01-12 22:01:13 +11:00
Chris Boulton
3314d407eb stop testing on php 5.2 2012-10-13 18:39:43 +11:00
Chris Boulton
ad7f4d1ab7 add .travis.yml to run unit tests on travis-ci 2012-04-19 22:30:44 +10:00