XDR-432 new relation for hashes from same file #448
+21
−1
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"
]
}
Loading