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 to Psych 4.0.x #134

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Fix Git cmd extension

c6f12fe
Select commit
Loading
Failed to load commit list.
Open

Update to Psych 4.0.x #134

Fix Git cmd extension
c6f12fe
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Sep 13, 2023 in 2m 26s

Build Failed

The build failed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #134 Update to Psych 4.0.x.
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.4.4
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "env": [
    "global={:CC_TEST_REPORTER_ID=>\"dfd84bd4971ce33364328e989da246eff3a0346e548bd51db423d0339c75c32d\"}"
  ],
  "sudo": false,
  "rvm": [
    "2.4.4"
  ],
  "branches": {
    "only": [
      "master"
    ]
  },
  "before_script": [
    "curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter",
    "chmod +x ./cc-test-reporter",
    "./cc-test-reporter before-build"
  ],
  "script": [
    "bundle exec rspec spec features",
    "bundle exec rubocop",
    "bundle exec yard --fail-on-warning"
  ],
  "after_script": [
    "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
  ]
}