From fad6b8e3fafc510a366d83528af6ece4f18122f1 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 25 Feb 2017 12:59:01 +0100 Subject: [PATCH] Fixes to tests on PHP 5.4 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 03b3b95..50d4a67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,8 @@ addons: apt: packages: - python3 +before_script: +- composer update --dev + script: - "tests/testing.php"