diff --git a/.travis.yml b/.travis.yml index af76124..2b406dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: php php: - - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm # This triggers builds to run on the new TravisCI infrastructure. @@ -17,7 +17,7 @@ cache: matrix: include: - - php: 5.5 + - php: 5.6 env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"' before_script: