From 0386da7dde7a614abe1e1a46b33a6a1daee77a0b Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Sun, 12 May 2019 10:00:34 -0700 Subject: [PATCH] use 7.1 do build the deploy so phpDocument doesn't spew. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aef2703e..23dc836b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ deploy: local_dir: output on: branch: master - php: '7.2' + php: '7.1' after_success: - bash <(curl -s https://codecov.io/bash)