AMD64
PHP
Git
language: php

install: true

script:
  - echo hola
Build Config
{
  "script": [
    "echo hola"
  ],
  "install": true,
  "language": "php"
}