Skip to content

Commit 65cf1a7

Browse files
committed
build lowest dep versions on php56 and php70 to ensure that our ranges are okay. add hhvm build.
1 parent 528a9a4 commit 65cf1a7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@ language: php
33
php:
44
- '5.6'
55
- '7.0'
6+
- 'hhvm'
7+
8+
env:
9+
- COMPOSER_OPTS=""
10+
- COMPOSER_OPTS="--prefer-lowest"
11+
12+
matrix:
13+
allow_failures:
14+
- php: hhvm
15+
fast_finish: true
616

717
before_script:
818
- composer self-update
9-
- composer install
19+
- composer update
1020

1121
script:
1222
- bin/phpunit --coverage-clover=coverage.clover

0 commit comments

Comments
 (0)