From 3acefa082285a085f0f7c0930c224e9321038399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 18 Apr 2020 18:08:15 +0200 Subject: [PATCH] Run PHPStan in CI --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f3f8401..f632558 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ -language: php dist: precise + +language: php + php: - '5.4' - '5.5' @@ -8,6 +10,9 @@ php: - '7.1' - '7.2' - '7.3' + - '7.3' + script: vendor/bin/phpstan analyze + after_script: true - nightly before_script: @@ -19,4 +24,4 @@ after_script: cache: directories: - - $HOME/.composer/cache/files + - $HOME/.composer/cache