From fba6253d0afc256f444daddf23ebe8f037bd975e Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 25 Feb 2017 03:15:43 +0100 Subject: [PATCH] Fixes to tests on PHP 5.4 --- .travis.yml | 2 -- tests/testing.php | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc0cdc1..03b3b95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,5 @@ addons: apt: packages: - python3 -before_script: -- composer require danog/phpstruct --ignore-platform-reqs script: - "tests/testing.php" diff --git a/tests/testing.php b/tests/testing.php index 45018aa..20b748a 100755 --- a/tests/testing.php +++ b/tests/testing.php @@ -1,7 +1,9 @@ #!/usr/bin/env php