Skip to content

Commit 902a3ca

Browse files
committed
Added HHVM
1 parent e485445 commit 902a3ca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: php
22
php:
3-
- "7.0"
4-
- "5.6"
5-
- "5.5"
3+
- 7.0
4+
- 5.6
5+
- 5.5
6+
- hhvm
67

78
services:
89
- phpredis-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)