Use php 7.1 build instead of 7.2

This commit is contained in:
Jeremiah VALERIE 2018-09-02 17:47:58 +02:00
parent eed9cc7f1b
commit 48c6f56640
No known key found for this signature in database
GPG Key ID: 668676FD50ADF244

View File

@ -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