Skip to content

Commit 786a947

Browse files
[3.6] Test on HHVM 3.30 too (#427)
1 parent 884ab15 commit 786a947

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ matrix:
44
dist: trusty
55
language: php
66
php: hhvm-3.18
7+
before_install: travis_retry composer require "phpunit/phpunit:^5.7.27" --dev --no-update -n
8+
install: travis_retry composer install --no-suggest --prefer-dist -n -o
9+
script: vendor/bin/phpunit
10+
- name: HHVM 3.30
11+
dist: trusty
12+
language: php
13+
php: hhvm-3.30
14+
before_install: travis_retry composer require "phpunit/phpunit:^5.7.27" --dev --no-update -n
715
install: travis_retry composer install --no-suggest --prefer-dist -n -o
816
script: vendor/bin/phpunit
917
- name: PHP 5.4

0 commit comments

Comments
 (0)