mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Travis config to check 5.6 compatibility and build against PHP 7
This commit is contained in:
@@ -37,11 +37,12 @@ before_script:
|
|||||||
php:
|
php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.6
|
- 5.6
|
||||||
|
- nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 5.6
|
- php: nightly
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- travis_retry composer install --optimize-autoloader --dev --prefer-source
|
- travis_retry composer install --optimize-autoloader --dev --prefer-source
|
||||||
|
@@ -11,6 +11,7 @@ class unitTestsTest extends \PhraseanetTestCase
|
|||||||
"PhraseanetAuthenticatedTestCase.php",
|
"PhraseanetAuthenticatedTestCase.php",
|
||||||
"PhraseanetAuthenticatedWebTestCase.php",
|
"PhraseanetAuthenticatedWebTestCase.php",
|
||||||
"PhraseanetPHPUnitListener.php",
|
"PhraseanetPHPUnitListener.php",
|
||||||
|
"PhraseanetSeTestSubscriber.php",
|
||||||
"PDOMock.php",
|
"PDOMock.php",
|
||||||
"CsrfTestProvider.php",
|
"CsrfTestProvider.php",
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user