gleis
AMD64
Ruby
Git
api
{
"import": "./.travis/blank.yml",
"env": {
"global": {
"ID": "0e2a2e1b22eb1d7fdc5938603a362e1c"
}
},
"matrix": {
"include": [
{
"language": "ruby",
"install": true,
"script": true,
"before_deploy": [
".travis/providers/gleis/prepare",
"cd tmp/dpl_test"
],
"deploy": [
{
"provider": "gleis",
"edge": {
"branch": "gleis-int-test"
},
"true": {
"branch": "gleis-int-test"
},
"app": "dpl-test",
"username": "dpl-test@travis-ci.org",
"password": {
"secure": "M3GjmSWn5+TAwehNgyKU+wxiENI/ip6cb1lan72dzlc0U6qsU9tyjBWwMZsZB+9iHQ0aHIyhe8YDquphc0wc66EoArk9xPyjI9qHciXDsnvliyIv/OoIn35W+ahUVGZBT2XY/aB8VltWTfELzcLDHX5BY7+43g8FJspqdH1eJnk="
},
"on": {
"branch": "gleis-int-test"
}
}
],
"after_deploy": [
"cd ../..",
".travis/providers/gleis/test || TRAVIS_TEST_RESULT=$?"
],
"name": "gleis"
}
]
}
}
Build Config
{
"env": {
"global": {
"ID": "0e2a2e1b22eb1d7fdc5938603a362e1c"
}
},
"import": "./.travis/blank.yml",
"matrix": {
"include": [
{
"name": "gleis",
"deploy": [
{
"on": {
"branch": "gleis-int-test"
},
"app": "dpl-test",
"edge": {
"branch": "gleis-int-test"
},
"true": {
"branch": "gleis-int-test"
},
"password": {
"secure": "M3GjmSWn5+TAwehNgyKU+wxiENI/ip6cb1lan72dzlc0U6qsU9tyjBWwMZsZB+9iHQ0aHIyhe8YDquphc0wc66EoArk9xPyjI9qHciXDsnvliyIv/OoIn35W+ahUVGZBT2XY/aB8VltWTfELzcLDHX5BY7+43g8FJspqdH1eJnk="
},
"provider": "gleis",
"username": "dpl-test@travis-ci.org"
}
],
"script": true,
"install": true,
"language": "ruby",
"after_deploy": [
"cd ../..",
".travis/providers/gleis/test || TRAVIS_TEST_RESULT=$?"
],
"before_deploy": [
".travis/providers/gleis/prepare",
"cd tmp/dpl_test"
]
}
]
}
}