Wallabag now require PHP >= 5.5

See https://github.com/K-Phoen/rulerz/pull/21/files#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780
This commit is contained in:
Jeremy Benoist
2015-12-06 16:14:47 +01:00
parent 30a40b0298
commit bd2c8b4677
2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ before_script:
script:
- ant prepare-$DB
- SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit -v
- bin/phpunit -v
# after_script:
# - |