AMD64
no language set
Git
travis-ci/travis-tasks:.travis.yml@a81fe90
language: minimal
before_script: docker pull ruby:2.5.3-slim
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce docker-ce-cli
script: make ship
Build Config
{
"language": "shell",
"os": [
"linux"
],
"dist": "xenial",
"before_script": [
"docker pull ruby:2.5.3-slim"
],
"before_install": [
"curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -",
"sudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable\"",
"sudo apt-get update",
"sudo apt-get -y -o Dpkg::Options::=\"--force-confnew\" install docker-ce docker-ce-cli"
],
"script": [
"make ship"
]
}