diff --git a/.travis.yml b/.travis.yml index af1bf56d..be7c4c38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ jobs: script: ./.travis/deploy_script.sh on: all_branches: true - php: '7.0' + php: '7.1' - stage: release script: skip before_deploy: @@ -54,4 +54,4 @@ jobs: on: tags: true repo: nabeelio/phpvms - php: '7.0' + php: '7.1'