diff --git a/.travis.yml b/.travis.yml index f77f92512..5c01d7958 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,13 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm +matrix: + allow_failures: + - php: 7.1 + before_script: - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then composer require satooshi/php-coveralls:1.* squizlabs/php_codesniffer:2.* -n ; fi - if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then composer install -n ; fi diff --git a/Slim/Exception/ContainerException.php b/Slim/Exception/ContainerException.php index 0200e1a86..3ba18cbe8 100644 --- a/Slim/Exception/ContainerException.php +++ b/Slim/Exception/ContainerException.php @@ -3,7 +3,7 @@ * Slim Framework (http://slimframework.com) * * @link https://github.com/codeguy/Slim - * @copyright Copyright (c) 2011-2015 Josh Lockhart + * @copyright Copyright (c) 2011-2016 Josh Lockhart * @license https://github.com/codeguy/Slim/blob/master/LICENSE (MIT License) */ namespace Slim\Exception;