diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-12-15 10:04:05 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-12-15 10:04:05 +0100 |
commit | 423ab02846286f94276d21e38ca1e296646618bf (patch) | |
tree | 5bce7bb86f6a0356023733571e356cbb4da271f9 /.travis.yml | |
parent | cbfdcff2615e901bdc434d06f38a3da8eecbdf8b (diff) | |
download | Shaarli-423ab02846286f94276d21e38ca1e296646618bf.tar.gz Shaarli-423ab02846286f94276d21e38ca1e296646618bf.tar.zst Shaarli-423ab02846286f94276d21e38ca1e296646618bf.zip |
PHP requirement increased to PHP 5.5 - See #599
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9ffb3d00..88cc827d 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -7,8 +7,6 @@ php: | |||
7 | - 7.0 | 7 | - 7.0 |
8 | - 5.6 | 8 | - 5.6 |
9 | - 5.5 | 9 | - 5.5 |
10 | - 5.4 | ||
11 | - 5.3 | ||
12 | install: | 10 | install: |
13 | - composer self-update | 11 | - composer self-update |
14 | - composer install --prefer-dist | 12 | - composer install --prefer-dist |