Skip to content

Commit a40bf06

Browse files
committed
Update PHP versions
1 parent ea5f8e8 commit a40bf06

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

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

99
php:
10-
- 5.5
11-
- 5.6
12-
- 7.0
1310
- 7.1
1411
- 7.2
1512
- hhvm
@@ -21,10 +18,9 @@ env:
2118
matrix:
2219
fast_finish: true
2320
include:
24-
- php: 5.5
21+
- php: 7.1
22+
name: "Lowest dependencies"
2523
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true PHPUNIT_FLAGS="--coverage-clover build/coverage.xml"
26-
allow_failures:
27-
- php: hhvm
2824

2925
before_install:
3026
- travis_retry composer self-update

0 commit comments

Comments
 (0)