Update to Psych 4.0.x #134
Open
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"
]
}
Loading