From 86b8276c4784e0e2b21011d349a2039476eb8230 Mon Sep 17 00:00:00 2001 From: tflight Date: Fri, 14 Oct 2016 11:37:54 -0400 Subject: [PATCH] Test with PHP 7.1 but allow build failures --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 14e7e07..30309e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ language: php php: - 7.0 + - 7.1 + +matrix: + allow_failures: + - php: 7.1 before_script: - if [[ "$TRAVIS_PHP_VERSION" == '7.0' ]]; then composer require satooshi/php-coveralls:^0.7 squizlabs/php_codesniffer:^2.5 -n ; fi