Travis config to check 5.6 compatibility and build against PHP 7

This commit is contained in:
Benoît Burnichon
2015-03-19 12:34:53 +01:00
parent 0095ae611f
commit d2a2214624
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -11,6 +11,7 @@ class unitTestsTest extends \PhraseanetTestCase
"PhraseanetAuthenticatedTestCase.php",
"PhraseanetAuthenticatedWebTestCase.php",
"PhraseanetPHPUnitListener.php",
"PhraseanetSeTestSubscriber.php",
"PDOMock.php",
"CsrfTestProvider.php",
];