aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-12-15 10:04:05 +0100
committerArthurHoaro <arthur@hoa.ro>2016-12-15 10:04:05 +0100
commit423ab02846286f94276d21e38ca1e296646618bf (patch)
tree5bce7bb86f6a0356023733571e356cbb4da271f9 /.travis.yml
parentcbfdcff2615e901bdc434d06f38a3da8eecbdf8b (diff)
downloadShaarli-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.yml2
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
12install: 10install:
13 - composer self-update 11 - composer self-update
14 - composer install --prefer-dist 12 - composer install --prefer-dist