Skip to content

Commit 50a6ad9

Browse files
Drop PHP 5.4 and HHVM
1 parent e36b3f8 commit 50a6ad9

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.travis.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
matrix:
22
include:
3-
- dist: trusty
4-
language: php
5-
php: hhvm-3.18
6-
install: travis_retry composer install --no-suggest --prefer-dist -n -o
7-
script: vendor/bin/phpunit
8-
- dist: trusty
9-
language: php
10-
php: hhvm-3.30
11-
install: travis_retry composer install --no-suggest --prefer-dist -n -o
12-
script: vendor/bin/phpunit
13-
- dist: trusty
14-
language: php
15-
php: 5.4
16-
install: travis_retry composer install --no-suggest --prefer-dist -n -o
17-
script: vendor/bin/phpunit
183
- dist: trusty
194
language: php
205
php: 5.5.9

0 commit comments

Comments
 (0)