diff --git a/.travis.yml b/.travis.yml index 54781ca..8924613 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 ## Cache composer cache: @@ -15,4 +16,4 @@ before_script: - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist script: - - make ci \ No newline at end of file + - make ci