Skip to content

Commit c69bb36

Browse files
committed
Added hhvm
1 parent f572c03 commit c69bb36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ php:
33
- 7.0
44
- 5.6
55
- 5.5
6+
- hhvm
67

78
services:
89
- redis-server
@@ -11,7 +12,7 @@ matrix:
1112
fast_finish: true
1213

1314
before_install:
14-
- phpenv config-rm xdebug.ini
15+
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' ]]; then phpenv config-rm xdebug.ini; fi;
1516
- pip install --user codecov
1617

1718
before_script:

0 commit comments

Comments
 (0)