Update .travis.yml for build config #846
Open
Travis CI / Travis CI - Pull Request
required action
Jan 2, 2024 in 5m 2s
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 #846 Update .travis.yml for build config.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has eight jobs, running in parallel.
Job | Ruby | OS | State |
---|---|---|---|
1551.1 | jruby | Linux | errored |
1551.2 | 2.4 | Linux | errored |
1551.3 | 2.5 | Linux | errored |
1551.4 | 2.6 | Linux | failed |
1551.5 | 2.7 | Linux | passed |
1551.6 | 2.3 | Linux | errored |
1551.7 | 2.5 | macOS | errored |
1551.8 | 2.6 | macOS | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | Ruby |
Operating System | Linux (Xenial) |
Ruby Versions | jruby, 2.4, 2.5, 2.6, 2.7 |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"cache": {
"bundler": true
},
"rvm": [
"jruby",
"2.4",
"2.5",
"2.6",
"2.7"
],
"jobs": {
"include": [
{
"rvm": "2.3",
"before_script": [
"gem install faraday -v 1.0.1"
]
},
{
"os": "osx",
"rvm": "2.5"
},
{
"os": "osx",
"rvm": "2.6"
},
{
"stage": "deploy",
"if": "repo = travis-ci/travis.rb and branch = master and type = push",
"os": "linux",
"rvm": "2.6",
"deploy": [
{
"provider": "rubygems",
"api_key": {
"secure": "KcBpkFaes74KGMm8X/rRA8e13+t3PmkefsAvOAR+iF4g1GyuLSPkP92Fb9vFfsXBph+qmFh5rNa2lIRf/3RXW6COxY7CMMaARxUfJOKE0rmIwF0qfKI+RZDh6abg92iYngunMZVN8WVft6Lv9ZTOYCWxr1Zs1Ll/Rl4PfvHNd1g="
},
"gem": "travis",
"edge": true
}
]
}
]
},
"script": [
"bundle exec rake",
"gem build travis.gemspec",
"gem install travis-*.gem"
],
"before_install": [
"gem install rubygems-update -v 3.4.22"
]
}
Loading