Skip to content

Commit 40ce428

Browse files
committed
Merge pull request #5 from Nyholm/hhvm
Added HHVM
2 parents dcfacaf + 407fbb4 commit 40ce428

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
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
sudo: false
89

910
matrix:
1011
fast_finish: true
1112

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

1617
before_script:

0 commit comments

Comments
 (0)