Bump yard from 0.9.20 to 0.9.36 #277
Open
Travis CI / Travis CI - Pull Request
required action
Mar 1, 2024 in 16m 18s
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 #277 Bump yard from 0.9.20 to 0.9.36.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has seven jobs, running in parallel.
Job | JDK | Ruby | ENV | OS | State |
---|---|---|---|---|---|
1118.1 | openjdk8 | 2.2.4 | FAIL_FAST=no | Linux | passed |
1118.2 | openjdk8 | 2.3.0 | FAIL_FAST=no | Linux | passed |
1118.3 | openjdk8 | 2.4 | FAIL_FAST=no | Linux | passed |
1118.4 | openjdk8 | 2.5 | FAIL_FAST=no | Linux | passed |
1118.5 | openjdk8 | 2.6 | FAIL_FAST=no | Linux | passed |
1118.6 | openjdk8 | 2.7 | FAIL_FAST=no | Linux | passed |
1118.7 | openjdk8 | jruby-9.0.5.0 | FAIL_FAST=no | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | Ruby |
Operating System | Linux (Xenial) |
JDK Version | openjdk8 |
Ruby Versions | 2.2.4, 2.3.0, 2.4, 2.5, 2.6, 2.7, jruby-9.0.5.0 |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"script": [
"bundle exec rake rspec"
],
"bundler_args": "--without development docs",
"rvm": [
"2.2.4",
"2.3.0",
"2.4",
"2.5",
"2.6",
"2.7",
"jruby-9.0.5.0"
],
"jdk": [
"openjdk8"
],
"env": [
"global={:FAIL_FAST=>\"no\"}={:COVERAGE=>\"no\"}"
],
"branches": {
"only": [
"master"
]
},
"before_install": [
"# Install bundler < 2.0, see https://docs.travis-ci.com/user/languages/ruby/\ngem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true\ngem install bundler -v '< 2'\nif [[ k$TRAVIS_RUBY_VERSION = kjruby* ]] ; then\n # Hack the Gemfile.lock file to indicate we're a JRuby gem, to make bundler happy.\n sed -e 's/\\(cassandra-driver [^)]*\\)/\\1-java/' -i\"\" Gemfile.lock\nfi"
],
"jobs": {
"fast_finish": true
}
}
Loading