From 315d65387fef8f85b4734a5d15af94f88a03e316 Mon Sep 17 00:00:00 2001 From: ta2edchimp Date: Mon, 13 Jun 2016 18:33:42 +0200 Subject: [PATCH 1/2] Update test framework --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9f5147e..b349372 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,6 @@ "minimum-stability": "stable", "prefer-stable": true, "require-dev": { - "atoum/atoum": "~2.2" + "atoum/atoum": "~2.7" } } From 2416c3a37f4dda044c9ceeeeb0a471c1746ffc2f Mon Sep 17 00:00:00 2001 From: ta2edchimp Date: Mon, 13 Jun 2016 18:34:18 +0200 Subject: [PATCH 2/2] Include PHP 5.3-5.6, 7.0 and nightlies in CI builds --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index ae3a300..506b1fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,13 @@ language: php php: + - 5.3 - 5.4 - 5.5 + - 5.6 + - 7.0 - nightly + - hhvm + - hhvm-nightly env: - DB=mysql