diff --git a/.travis.yml b/.travis.yml index 371faa51..89705f38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 cache: directories: @@ -13,5 +14,5 @@ before_script: - composer install script: - - composer check-format + - composer lint