diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-12-06 16:14:47 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-01-15 09:35:37 +0100 |
commit | bd2c8b4677cb8c81fa909837ee330c536cd0a5ef (patch) | |
tree | 6ad9ee88d215eeefa4107330125f39e944b2e678 /.travis.yml | |
parent | 30a40b02984e8143d29f70d97f2417a81d520b71 (diff) | |
download | wallabag-bd2c8b4677cb8c81fa909837ee330c536cd0a5ef.tar.gz wallabag-bd2c8b4677cb8c81fa909837ee330c536cd0a5ef.tar.zst wallabag-bd2c8b4677cb8c81fa909837ee330c536cd0a5ef.zip |
Wallabag now require PHP >= 5.5
See https://github.com/K-Phoen/rulerz/pull/21/files#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7a7c9056..287369e3 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -49,7 +49,7 @@ before_script: | |||
49 | 49 | ||
50 | script: | 50 | script: |
51 | - ant prepare-$DB | 51 | - ant prepare-$DB |
52 | - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit -v | 52 | - bin/phpunit -v |
53 | 53 | ||
54 | # after_script: | 54 | # after_script: |
55 | # - | | 55 | # - | |