Skip to content

Commit

Permalink
added hhvm to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Sep 11, 2014
1 parent 2e65ae6 commit 869684f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- composer self-update
Expand All @@ -14,4 +15,4 @@ script:

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

0 comments on commit 869684f

Please sign in to comment.