aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-02-02 19:20:11 +0100
committerGitHub <noreply@github.com>2018-02-02 19:20:11 +0100
commit17b4baedec3902a1549451ede36f914000019797 (patch)
tree6e41c336cff937358f875d338b038cfee1eeed3a /.travis.yml
parent91813a363468404b7bf2937494812f1fa34a12b4 (diff)
parent28df9fa4f7d901632e7fd6e23b6d7dd345f1f6e7 (diff)
downloadShaarli-17b4baedec3902a1549451ede36f914000019797.tar.gz
Shaarli-17b4baedec3902a1549451ede36f914000019797.tar.zst
Shaarli-17b4baedec3902a1549451ede36f914000019797.zip
Merge pull request #1003 from ArthurHoaro/ci/php7.2
Drop PHP 5.5 compatibility and run Travis UT against PHP 7.2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 322e4337..758aa9f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,10 @@ cache:
5 directories: 5 directories:
6 - $HOME/.composer/cache 6 - $HOME/.composer/cache
7php: 7php:
8 - 7.2
8 - 7.1 9 - 7.1
9 - 7.0 10 - 7.0
10 - 5.6 11 - 5.6
11 - 5.5
12install: 12install:
13 - composer self-update 13 - composer self-update
14 - composer install --prefer-dist 14 - composer install --prefer-dist