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

XDR-432 new relation for hashes from same file #448

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

Misc. documentation updates.

324a41d
Select commit
Loading
Failed to load commit list.
Open

XDR-432 new relation for hashes from same file #448

Misc. documentation updates.
324a41d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jun 11, 2024 in 17m 25s

Build Passed

The build passed.

Details

This is a normal build for the XDR-432-new-relation-for-hashes-from-same-file branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job JDK OS State
1311.1 oraclejdk8 Linux passed
1311.2 openjdk11 Linux passed

Build Configuration

Build Option Setting
Language Clojure
Operating System Linux (Trusty)
JDK Versions oraclejdk8, openjdk11
Lein Version lein
Build Configuration
{
  "language": "clojure",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "lein": "lein",
  "script": [
    "lein do clean, compile :all, test, doo phantom test once"
  ],
  "cache": {
    "directories": [
      "$HOME/.m2"
    ]
  },
  "jdk": [
    "oraclejdk8",
    "openjdk11"
  ]
}