diff --git a/.travis.yml b/.travis.yml index 5edacf55..f92d5e2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ env: language: php php: - - '7.1' + - '7.2' services: - mysql @@ -25,4 +25,4 @@ before_script: script: vendor/bin/phpunit -v --coverage-clover=coverage.xml after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash)