You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bump version in composer.json
* add typehinting to the classes and interfaces
* fix minor code styling errors
* remove 5.* php versions from travis config
* return values from mocks that fit the new typehints
* attempt to fix travis hhvm php7 tests
* ignore platform reqs when testing with hhvm
* revert changes to travis config and ignore platform reqs
* another attempt for hhvm php7 travis tests
* keep "regular" php versions in "old" travis config format
* added hhvm to allowed failures
The HHVM team announced that HHVM will never truly support PHP7, in the
light of this I have added the hhvm to the allowed failures list in
traves. Source: http://hhvm.com/blog/2017/09/18/the-future-of-hhvm.html
* fix allow_failures error in travis config
0 commit comments