Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #76 from guzzle/Nyholm-patch-1
Browse files Browse the repository at this point in the history
Remove tests on outdated php versions
  • Loading branch information
Nyholm authored Sep 16, 2019
2 parents bed660f + 5488063 commit 8c766ba
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
- 7.2
- 7.3

sudo: false

Expand All @@ -15,6 +14,4 @@ install: travis_retry composer install --no-interaction --prefer-source
script: make test

matrix:
allow_failures:
- php: hhvm
fast_finish: true

1 comment on commit 8c766ba

@GrahamCampbell
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a bad idea without changing the composer.json file. In any case, this repo should be marked as abandoned now anyway.

Please sign in to comment.