Skip to content

Commit

Permalink
Allow HHVM tests to fail without affecting overall build success
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Nov 10, 2014
1 parent dda47fc commit ec3d842
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ php:
- 5.6
- hhvm

matrix:
allow_failures:
- php: hhvm

before_script:
- composer self-update
- composer require --no-update satooshi/php-coveralls:dev-master
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This changelog references the changes contained in each release.
* Made compatible with spec version 0.10
* Removed composer.lock
* Removed fixed reference to jgm/stmd@0275f34
* Allowed HHVM tests to fail without affecting overall build success

* **0.1.2**

Expand Down

0 comments on commit ec3d842

Please sign in to comment.