From a0910590bb75759fa462e1d4d566dc94228ce8f3 Mon Sep 17 00:00:00 2001 From: Ben Keen Date: Mon, 13 Aug 2018 21:05:22 -0700 Subject: [PATCH] travis fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e149351..bcffecfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ php: before_install: - travis_retry composer self-update - - composer install + - composer install --ignore-platform-reqs scripts: phpunit \ No newline at end of file