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

Commit 8c766ba

Browse files
authored
Merge pull request #76 from guzzle/Nyholm-patch-1
Remove tests on outdated php versions
2 parents bed660f + 5488063 commit 8c766ba

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- 7.0
86
- 7.1
9-
- hhvm
7+
- 7.2
8+
- 7.3
109

1110
sudo: false
1211

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

1716
matrix:
18-
allow_failures:
19-
- php: hhvm
2017
fast_finish: true

0 commit comments

Comments
 (0)