Skip to content

HHVM Travis-CI #7990

@undercloud

Description

@undercloud

My composer.json:

{
  "name": "undercloud/beacon",
  "description": "Beacon - PHP Routing System",
  "keywords": ["php","route","routing","request router","http"],
  "homepage": "https://github.com/undercloud/beacon",
  "license": "MIT",
  "authors": [
    {
      "name": "undercloud",
      "email": "lodashes@gmail.com"
    }
  ],
  "require": {
    "php": ">=5.4.0"
  },
   "autoload": {
      "psr-4": {
         "Beacon\\": "src/Beacon/"
      }
   }
}

When I run this command:

travis-ci.org webhook on commit

I get the following output:

More at https://travis-ci.org/undercloud/beacon/jobs/493101528

Fatal error: Uncaught exception 'InvalidArgumentException' with message 'array_pop() expects parameter 1 by reference, but the call was not annotated with '&'' in phar://composer.phar/bin/../src/../src/Composer/Util/Silencer.php:51

And I expected this to happen:
build passed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions