Bump nokogiri from 1.15.4 to 1.16.3 #166
Open
Travis CI / Travis CI - Pull Request
failed
Mar 19, 2024 in 1m 50s
Build Failed
The build failed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #166 Bump nokogiri from 1.15.4 to 1.16.3.
Any changes that have been made to the develop 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 (Bionic) |
Ruby Version | 3.2.2 |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "bionic",
"rvm": [
"3.2.2"
],
"env": [
"global={:CF_USER=>\"$DEPLOY_USERNAME\"}={:CF_ORG=>\"$DEPLOY_ORG\"}={:CF_PASS=>\"$DEPLOY_PASSWORD\"}={:CF_SPACE=>\"$SPACE\"} jobs={:API_ROOT=>\"$API_ENDPOINT\"}"
],
"services": [
"postgresql"
],
"addons": {
"postgresql": "11"
},
"install": [
"bundle install --jobs=3 --retry=3"
],
"before_script": [
"sudo apt-get -qq update"
],
"script": [
"bundle exec rake db:setup",
"bundle exec rake"
],
"before_deploy": [
"echo \"install cloudfoundry cli\"",
"wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | sudo apt-key add -",
"echo \"deb https://packages.cloudfoundry.org/debian stable main\" | sudo tee /etc/apt/sources.list.d/cloudfoundry-cli.list",
"sudo apt-get -qq update",
"sudo apt-get install cf7-cli"
],
"deploy": [
{
"provider": "script",
"script": "bash CF/deploy-app.sh -u $CF_USER -o $CF_ORG -p $CF_PASS -s $CF_SPACE",
"on": {
"all_branches": true,
"condition": [
"$SPACE =~ ^(ppon-development|ppon-testing|ppon-pre-production|ppon-production)$"
]
}
}
]
}
Loading