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

(dependency) - upgraded JUnit and jackson #354

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

(dependency) - upgraded JUnit and jackson

b21f406
Select commit
Loading
Failed to load commit list.
Open

(dependency) - upgraded JUnit and jackson #354

(dependency) - upgraded JUnit and jackson
b21f406
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action May 27, 2024 in 5m 51s

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 #354 (dependency) - upgraded JUnit and jackson.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job JDK OS State
340.1 oraclejdk8 Linux errored
340.2 openjdk8 Linux errored
340.3 oraclejdk9 Linux errored
340.4 oraclejdk11 Linux passed
340.5 openjdk10 Linux errored
340.6 openjdk11 Linux passed

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Trusty)
JDK Versions oraclejdk8, openjdk8, oraclejdk9, oraclejdk11, openjdk10, openjdk11
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "cache": {
    "directories": [
      "$HOME/.gradle"
    ]
  },
  "jdk": [
    "oraclejdk8",
    "openjdk8",
    "oraclejdk9",
    "oraclejdk11",
    "openjdk10",
    "openjdk11"
  ],
  "install": [
    "./gradlew check"
  ],
  "script": [
    "./gradlew check"
  ]
}