From 5205b6db327f721dfa2c89a252eb653edc4e2260 Mon Sep 17 00:00:00 2001 From: core23 Date: Mon, 20 Nov 2017 19:07:13 +0100 Subject: [PATCH] Force phpstan check when running travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bd549bc..0599bd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,8 +33,6 @@ matrix: env: SYMFONY_VERSION=3.3.* allow_failures: - php: nightly - - php: 7.1 - env: TARGET=phpstan install: - composer global require satooshi/php-coveralls sllh/composer-lint codeclimate/php-test-reporter --prefer-dist --no-interaction