Skip to content

Commit

Permalink
Drop PHP 5.3 and hhvm testing
Browse files Browse the repository at this point in the history
  • Loading branch information
reedy committed Mar 30, 2020
1 parent ed34181 commit c5dcc04
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Expand Up @@ -9,7 +9,6 @@ php:
- 7.2
- 7.3
- nightly
- hhvm

sudo: false

Expand All @@ -19,16 +18,10 @@ env:

matrix:
fast_finish: true
include:
- php: 5.3.3
dist: precise
- php: 5.3
dist: precise
allow_failures:
- php: nightly

before_script:
- if [ "$TRAVIS_PHP_VERSION" = "5.3.3" ]; then composer config disable-tls true; composer config secure-http false; fi
- travis_retry composer install --prefer-source --no-interaction

script: composer test
Expand Down

0 comments on commit c5dcc04

Please sign in to comment.