From d2a221462452b46ba3ad6b738808b6c242e75c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Burnichon?= Date: Thu, 19 Mar 2015 12:34:53 +0100 Subject: [PATCH] Travis config to check 5.6 compatibility and build against PHP 7 --- .travis.yml | 3 ++- tests/classes/unitTestsTest.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 461f971187..2b271e4174 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,11 +37,12 @@ before_script: php: - 5.5 - 5.6 + - nightly matrix: fast_finish: true allow_failures: - - php: 5.6 + - php: nightly script: - travis_retry composer install --optimize-autoloader --dev --prefer-source diff --git a/tests/classes/unitTestsTest.php b/tests/classes/unitTestsTest.php index ab3db84fec..8cb0d3786c 100644 --- a/tests/classes/unitTestsTest.php +++ b/tests/classes/unitTestsTest.php @@ -11,6 +11,7 @@ class unitTestsTest extends \PhraseanetTestCase "PhraseanetAuthenticatedTestCase.php", "PhraseanetAuthenticatedWebTestCase.php", "PhraseanetPHPUnitListener.php", + "PhraseanetSeTestSubscriber.php", "PDOMock.php", "CsrfTestProvider.php", ];