From 62fc7b9efd17f5ca3a017c282db3f871d0346178 Mon Sep 17 00:00:00 2001 From: Arkadiusz Kondas Date: Thu, 30 Jun 2016 23:16:19 +0200 Subject: [PATCH] fix problem with platform req for travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc176a6..9f59935 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ os: - osx language: php php: - - 7 + - 7.0 - hhvm -before_script: composer install +before_script: composer install --ignore-platform-reqs script: bin/phpunit \ No newline at end of file