Skip to content

Commit 804797e

Browse files
committed
Fix php-curl-class#35: Add hhvm to continuous integration tests
1 parent 8f89daf commit 804797e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: php
22
php:
33
- 5.5
44
- 5.4
5+
- hhvm
6+
matrix:
7+
allow_failures:
8+
- php: hhvm
59
before_script:
610
- php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
711
script:

0 commit comments

Comments
 (0)