diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-10-22 13:24:12 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-02-02 19:15:10 +0100 |
commit | 402f58e0ba3d7a066ce0a5c0693dc57bc89f2b39 (patch) | |
tree | ed908cd4c84ca788ded3db5961e19f6bd642b122 | |
parent | 91813a363468404b7bf2937494812f1fa34a12b4 (diff) | |
download | Shaarli-402f58e0ba3d7a066ce0a5c0693dc57bc89f2b39.tar.gz Shaarli-402f58e0ba3d7a066ce0a5c0693dc57bc89f2b39.tar.zst Shaarli-402f58e0ba3d7a066ce0a5c0693dc57bc89f2b39.zip |
CI: run UT against PHP 7.2 (currently in Release Candidate)
-rw-r--r-- | .travis.yml | 1 |
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 |
7 | php: | 7 | php: |
8 | - 7.2 | ||
8 | - 7.1 | 9 | - 7.1 |
9 | - 7.0 | 10 | - 7.0 |
10 | - 5.6 | 11 | - 5.6 |