diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-08-24 21:03:55 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-08-24 21:03:55 +0200 |
commit | 4f8fcaa95b1ccfb8226fec8f3f237e8b94444078 (patch) | |
tree | f0176ab0349dd11fd59e8cf0913709d92d385a7a | |
parent | 0048c2b6135049cd4669ff8208331c3870121f5d (diff) | |
download | forums-4f8fcaa95b1ccfb8226fec8f3f237e8b94444078.tar forums-4f8fcaa95b1ccfb8226fec8f3f237e8b94444078.tar.gz forums-4f8fcaa95b1ccfb8226fec8f3f237e8b94444078.tar.bz2 forums-4f8fcaa95b1ccfb8226fec8f3f237e8b94444078.tar.xz forums-4f8fcaa95b1ccfb8226fec8f3f237e8b94444078.zip |
[ticket/14748] Add PHP 7.1 to test matrix and keep nightly
PHP nightlies already target PHP 7.2.
PHPBB3-14748
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7bd7e85ab1..f1f95fc4a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,11 +22,14 @@ matrix: env: DB=mysqli - php: 7.0 env: DB=mysqli + - php: 7.1 + env: DB=mysqli - php: nightly env: DB=mysqli - php: hhvm env: DB=mysqli allow_failures: + - php: 7.1 - php: hhvm - php: nightly fast_finish: true |