AMD64
no language set
Git
The .travis.yml file used for this job is not available
Build Config
{
"env": {
"global": [
"DEBIAN_FRONTEND=noninteractive",
"PACKAGE=g++-7",
"ISSUE_REPO=apt-package-whitelist",
"ISSUE_NUMBER=4217",
"DIST=trusty"
]
},
"git": {
"depth": 99999
},
"dist": "trusty",
"sudo": "required",
"script": [
"./run_test.sh"
],
"install": [
true
],
"language": "ruby",
"notifications": {
"email": false
},
"before_install": [
"if [ -z $PACKAGE ]; then echo \"\\$PACKAGE not defined\" && travis_terminate 2; fi",
"if ! command -v docker ; then curl -sSL https://get.docker.io | bash; fi",
"[[ $DIST = 'precise' ]] && echo \"$DIST is no longer supported.\" && travis_terminate 1",
"jq --version || sudo curl -sSL -o /usr/local/bin/jq http://stedolan.github.io/jq/download/linux64/jq && sudo chmod 0755 /usr/local/bin/jq"
]
}