Skip to content

Commit

Permalink
Travis support hhvm build
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Sep 30, 2014
1 parent a076f17 commit 47e2383
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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

install:
- composer --prefer-dist install
Expand All @@ -15,4 +16,8 @@ script:
- phpunit --coverage-clover ./build/logs/clover.xml

after_script:
- vendor/bin/coveralls -v --exclude-no-stmt
- vendor/bin/coveralls -v --exclude-no-stmt

matrix:
allow_failures:
- php: hhvm

0 comments on commit 47e2383

Please sign in to comment.