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

WIP: add :targeted_{countries,industries} to Actor #447

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

add :targeted_{countries,industries} to Actor

6957e42
Select commit
Loading
Failed to load commit list.
Draft

WIP: add :targeted_{countries,industries} to Actor #447

add :targeted_{countries,industries} to Actor
6957e42
Select commit
Loading
Failed to load commit list.
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
1309.1 oraclejdk8 Linux passed
1309.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"
  ]
}