Skip to content

Commit cfe07ee

Browse files
committed
Merge pull request #2 from php-http/travis-setup
we don't support php 5.4
2 parents fdeec8f + cdc16c9 commit cfe07ee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cache:
77
- $HOME/.composer/cache
88

99
php:
10-
- 5.4
1110
- 5.5
1211
- 5.6
1312
- 7.0
@@ -18,11 +17,9 @@ env:
1817
- TEST_COMMAND="phpunit"
1918

2019
matrix:
21-
allow_failures:
22-
- php: 7.0
2320
fast_finish: true
2421
include:
25-
- php: 5.4
22+
- php: 5.5
2623
env:
2724
- COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
2825
- COVERAGE=true

0 commit comments

Comments
 (0)