WIP: add :targeted_{countries,industries} to Actor #447
Travis CI / Travis CI - Branch
succeeded
Jun 3, 2024 in 18m 11s
Build Passed
The build passed.
Details
This is a normal build for the targeted-countries-industries 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 |
---|---|---|---|
oraclejdk8 | Linux | passed | |
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