Skip to content

Commit

Permalink
Drop PHP 5.4 and HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Nov 25, 2019
1 parent e36b3f8 commit 50a6ad9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
matrix:
include:
- dist: trusty
language: php
php: hhvm-3.18
install: travis_retry composer install --no-suggest --prefer-dist -n -o
script: vendor/bin/phpunit
- dist: trusty
language: php
php: hhvm-3.30
install: travis_retry composer install --no-suggest --prefer-dist -n -o
script: vendor/bin/phpunit
- dist: trusty
language: php
php: 5.4
install: travis_retry composer install --no-suggest --prefer-dist -n -o
script: vendor/bin/phpunit
- dist: trusty
language: php
php: 5.5.9
Expand Down

0 comments on commit 50a6ad9

Please sign in to comment.