gleis
AMD64
Ruby
Git
api
{
"import": "./.travis/blank.yml",
"env": {
"global": {
"ID": "9e9990cd9d5b0318555521059d53653f"
}
},
"matrix": {
"include": [
{
"language": "ruby",
"install": true,
"script": true,
"before_deploy": [
".travis/providers/gleis/prepare",
"cd tmp/dpl_test"
],
"deploy": [
{
"provider": "gleis",
"username": "dpl-test@travis-ci.org",
"password": {
"secure": "i9zqW1DgdIzHN9QZ7Ai97UUamVUc1eS+hPkkhMAnIhnjBGPGJtwy+ChMkf2qiGd6FwGeNbkiEzyplRwwbcY8vBY8rU7/tCFDQK6KtVXyQu1+E9XdHJq1ePQXVwX5GMWJzb8YTtGDninNlrfUeoFltL1Z61z8AspJv57K91YiHe8="
},
"app": "dpl-test",
"edge": {
"branch": "gleis-int-test"
},
"on": {
"branch": "gleis-int-test"
}
}
],
"after_deploy": [
"cd ../..",
".travis/providers/gleis/test || TRAVIS_TEST_RESULT=$?"
],
"name": "gleis"
}
]
}
}
AchoArnold/discount-for-student-dev:.travis.yml@13d6469
language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-redirect --white-list axure,education.github.com,intel.com,shodan.io,canva.com
Build Config
{
"env": {
"global": {
"ID": "9e9990cd9d5b0318555521059d53653f"
}
},
"import": "./.travis/blank.yml",
"matrix": {
"include": [
{
"name": "gleis",
"deploy": [
{
"on": {
"branch": "gleis-int-test"
},
"app": "dpl-test",
"edge": {
"branch": "gleis-int-test"
},
"password": {
"secure": "i9zqW1DgdIzHN9QZ7Ai97UUamVUc1eS+hPkkhMAnIhnjBGPGJtwy+ChMkf2qiGd6FwGeNbkiEzyplRwwbcY8vBY8rU7/tCFDQK6KtVXyQu1+E9XdHJq1ePQXVwX5GMWJzb8YTtGDninNlrfUeoFltL1Z61z8AspJv57K91YiHe8="
},
"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"
]
}
]
}
}