From 48c6f566400b2162f30c44c3b016d2091e001ba4 Mon Sep 17 00:00:00 2001 From: Jeremiah VALERIE Date: Sun, 2 Sep 2018 17:47:58 +0200 Subject: [PATCH] Use php 7.1 build instead of 7.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db13416..95f327c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ jobs: - ./vendor/bin/phpcs - stage: Code Quality - php: 7.2 + php: 7.1 env: STATIC_ANALYSIS install: travis_retry composer install --prefer-dist script: composer static-analysis