#8 from travis-ci/igorwwwwwwwwwwwwwwwwwww…
master Merge pull requestrename "instance booted ago" to "instance boot time"
AMD64
Go: 1.7.1
Git
The .travis.yml file used for this job is not available
Build Config
{
"go": "1.7.1",
"env": {
"global": [
"TRAVIS_COMMIT_SHORT=\"${TRAVIS_COMMIT:0:7}\""
]
},
"sudo": false,
"addons": {
"artifacts": {
"paths": [
"./build/linux/amd64/vsphere-janitor",
"./build/darwin/amd64/vsphere-janitor"
],
"target_paths": [
"travis-ci/vsphere-janitor/$TRAVIS_BRANCH",
"travis-ci/vsphere-janitor/$TRAVIS_COMMIT",
"travis-ci/vsphere-janitor/$TRAVIS_COMMIT_SHORT"
]
}
},
"script": [
"make test",
"make copyright",
"git diff --exit-code",
"git diff --cached --exit-code",
"make crossbuild"
],
"install": [
"make prereqs",
"make deps"
],
"language": "go",
"after_success": [
"bash <(curl -s https://codecov.io/bash)"
]
}