aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-10-22 13:24:12 +0200
committerArthurHoaro <arthur@hoa.ro>2018-02-02 19:15:10 +0100
commit402f58e0ba3d7a066ce0a5c0693dc57bc89f2b39 (patch)
treeed908cd4c84ca788ded3db5961e19f6bd642b122 /.travis.yml
parent91813a363468404b7bf2937494812f1fa34a12b4 (diff)
downloadShaarli-402f58e0ba3d7a066ce0a5c0693dc57bc89f2b39.tar.gz
Shaarli-402f58e0ba3d7a066ce0a5c0693dc57bc89f2b39.tar.zst
Shaarli-402f58e0ba3d7a066ce0a5c0693dc57bc89f2b39.zip
CI: run UT against PHP 7.2 (currently in Release Candidate)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 322e4337..ca64ff59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ 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