Skip to content

Commit

Permalink
Merge ba25a7c into e201211
Browse files Browse the repository at this point in the history
  • Loading branch information
barkanido committed Dec 6, 2020
2 parents e201211 + ba25a7c commit e5966d0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ pom.xml.asc
/.prepl-port
.hgignore
.hg/
.classpath
.clj-kondo
.lsp
.settings
.project
18 changes: 14 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
dist: xenial
sudo: required
language: clojure
lein: lein
after_script:
- bash -ex test/coveralls.sh
script: lein do clean, javac, test
jdk:
- openjdk8
- openjdk11
- openjdk13
- openjdk15
jobs:
include:
- stage: lint
script: lein lint
- stage: build
script: lein javac
- stage: test
script: lein do clean, javac, test
after_script: bash -ex test/coveralls.sh
notifications:
recipients:
- ido@appsflyer.com
Expand Down
3 changes: 1 addition & 2 deletions src/unleash_client_clojure/context.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(ns unleash-client-clojure.context
(:import [no.finn.unleash UnleashContext UnleashContext$Builder]
(java.util Optional)))
(:import [no.finn.unleash UnleashContext UnleashContext$Builder]))

(defn build ^UnleashContext
[& fs]
Expand Down

0 comments on commit e5966d0

Please sign in to comment.