]> git.immae.eu Git - github/wallabag/wallabag.git/commit - .travis.yml
Fix tests
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 17 Aug 2016 09:40:35 +0000 (11:40 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 17 Aug 2016 12:34:39 +0000 (14:34 +0200)
commit6dfac457d80d2f56ee3a69a5ab69ee64389e9e64
tree95a7c79e34693dd8fd6a53ff51570393440dd144
parente49c62fac85ad2a2aa23023094fe81713a5a19c0
Fix tests

Ensure tests after the InstallCommand test will have a clean database.
Previous attempt failed because of a foreign key

Also, nightly on Travis seems to target PHP 7.2-dev, so I put 7.1 in requirement and moved nightly in allowed failures.
And it seems xdebug isn't shipped with PHP 7.1, so I added a workaround to avoid build to fail when trying to remove xdebug.ini file.
.travis.yml
tests/Wallabag/CoreBundle/Command/InstallCommandTest.php