From c7e9ecbb070782843b2d89f81a82b17a26750c19 Mon Sep 17 00:00:00 2001 From: Michele Date: Thu, 7 Dec 2017 18:32:40 +0100 Subject: [PATCH] Added PHP 7.2 and allowed-to-fail nightly builds on Travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 10a5d3d..e1eff6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,12 @@ language: php php: - 7.1 + - 7.2 + - nightly + +matrix: + allow_failures: + - php: nightly before_script: - travis_retry composer self-update