Skip to content

Commit

Permalink
Added HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jan 6, 2016
1 parent e485445 commit 902a3ca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: php
php:
- "7.0"
- "5.6"
- "5.5"
- 7.0
- 5.6
- 5.5
- hhvm

services:
- phpredis-server
Expand All @@ -11,7 +12,7 @@ matrix:
fast_finish: true

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

before_script:
Expand Down

0 comments on commit 902a3ca

Please sign in to comment.