AMD64
Ruby
Git
sudo: required
dist: xenial
language: ruby

services:
- mysql

before_install:
- echo "START"
- export
- ps aux

script:
- echo "END"`
Build Config
{
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": true,
  "script": [
    "echo \"END\"`"
  ],
  "language": "ruby",
  "services": [
    "mysql"
  ],
  "before_install": [
    "echo \"START\"",
    "export",
    "ps aux"
  ]
}