AMD64
Ruby
Git
services:
- docker
script:
- docker build -t macbot .
notifications:
email: false
Build Config
{
"os": [
"linux"
],
"dist": "trusty",
"sudo": false,
"script": [
"docker build -t macbot ."
],
"language": "ruby",
"services": [
"docker"
],
"notifications": {
"email": {
"enabled": false
}
}
}