PR update #262
Open
PR update #262
Travis CI / Travis CI - Pull Request
required action
Oct 6, 2023 in 2m 49s
Build Errored
The build errored, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #262 PR update.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Ruby |
Operating System | Linux (Xenial) |
Ruby Version | 2.5.8 |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"rvm": [
"2.5.8"
],
"cache": {
"bundler": true,
"directories": [
"${HOME}/perl5",
"${HOME}/.cache"
]
},
"env": [
"global={:PATH=>\"/snap/bin:$PATH\"}"
],
"jobs": {
"include": [
{
"stage": "Testing time",
"services": [
"redis",
"rabbitmq"
],
"addons": {
"postgresql": "9.6",
"apt": {
"packages": [
"postgresql-server-dev-9.6"
]
}
},
"before_install": [
"script/install-sqitch",
"script/install-partman",
"eval \"$(perl -I ~/perl5/lib/perl5/ '-Mlocal::lib')\""
],
"before_script": [
"bundle exec rake setup"
]
},
{
"stage": ":ship: it to quay.io",
"addons": {
"snaps": [
{
"name": "docker",
"channel": "latest/beta"
}
]
},
"language": "shell",
"script": [
"make ship"
],
"if": "(branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true"
}
]
}
}
Loading