Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .travis.yml for build config #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Update .travis.yml for build config

63e93fe
Select commit
Loading
Failed to load commit list.
Open

Update .travis.yml for build config #22

Update .travis.yml for build config
63e93fe
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Jan 2, 2024 in 2m 15s

Build Errored

The build errored. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #22 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 four jobs, running in parallel.

Job Ruby ENV OS State
148.1 2.5.5 ACTIVESUPPORT_VERSION=3.2.22.5 Linux errored
148.2 2.5.5 ACTIVESUPPORT_VERSION=4.2.10 Linux errored
148.3 2.5.5 ACTIVESUPPORT_VERSION=5.2.0 Linux errored
148.4 2.5.5 ACTIVESUPPORT_VERSION=6.0.2.2 Linux errored

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Ruby Version 2.5.5
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rvm": [
    "2.5.5"
  ],
  "before_install": [
    "gem install rubygems-update -v 3.4.22",
    "gem install bundler -v 1.16.1"
  ],
  "env": [
    "jobs={:ACTIVESUPPORT_VERSION=>\"3.2.22.5\"}={:ACTIVESUPPORT_VERSION=>\"4.2.10\"}={:ACTIVESUPPORT_VERSION=>\"5.2.0\"}={:ACTIVESUPPORT_VERSION=>\"6.0.2.2\"}"
  ]
}