From 947efaf1a95d6184ac937dc93c999e429ced2548 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Mon, 25 Feb 2019 11:18:58 +0100 Subject: [PATCH 1/2] Fixed travis builds on 1.0 branch (#109) --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5713d80..e1ec3d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,17 +5,19 @@ sudo: false cache: directories: - $HOME/.composer/cache - + matrix: include: - php: 5.3 env: DEPENDENCIES='low' + dist: precise - php: 5.3 + dist: precise - php: 5.4 - php: 5.5 - php: 5.6 - - php: hhvm allow_failures: + - php: hhvm - env: DEPENDENCIES='low' before_install: @@ -28,4 +30,4 @@ install: script: - ./bin/phpspec run --format=pretty - - ./bin/phpunit + - ./bin/phpunit From 889c603d2dd9a06ca8acb16f2fc8b24a940b76c3 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Wed, 8 Jul 2020 14:33:42 +0200 Subject: [PATCH 2/2] Update composer.json --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index 3491ff5..99d9be8 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,5 @@ "": "src", "Coduo\\PHPHumanizer\\Tests\\": "tests/" } - }, - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } } }