AMD64
Ruby
Git
travis-ci/test-mysql:.travis.yml@ce071f8
sudo: required
dist: xenial
language: ruby
services:
- mysql
before_install:
- echo "START"
- export
- ps aux
script:
- echo "END"
Build Config
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"sudo": true,
"services": [
"mysql"
],
"before_install": [
"echo \"START\"",
"export",
"ps aux"
],
"script": [
"echo \"END\""
]
}