File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# Check https://circleci.com/docs/2.0/language-java/ for more details
4
4
#
5
- version : 2
5
+ version : 2.1
6
+
6
7
jobs :
7
8
build :
8
9
docker :
9
10
- image : circleci/openjdk:8u171-jdk
10
-
11
- - image : redisai/redisai:edge
12
- port : 6379:6379
13
-
11
+ - image : redislabs/redisai:edge-cpu-bionic
12
+
14
13
working_directory : ~/repo
15
14
16
15
environment :
@@ -34,14 +33,14 @@ jobs:
34
33
paths :
35
34
- ~/.m2
36
35
key : v1-dependencies-{{ checksum "pom.xml" }}
37
-
36
+
38
37
# validate code format
39
38
- run : mvn git-code-format:validate-code-format -Dgcf.globPattern=**/*
40
39
# run tests!
41
40
- run : mvn integration-test
42
- - run : mvn cobertura:cobertura
43
- - run : bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
44
-
41
+ - run : mvn cobertura:cobertura
42
+ - run : bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
43
+
45
44
# - run: mvn -s .circleci.settings.xml -DskipTests deploy
46
45
workflows :
47
46
version : 2
Original file line number Diff line number Diff line change 54
54
<dependency >
55
55
<groupId >redis.clients</groupId >
56
56
<artifactId >jedis</artifactId >
57
- <version >3.5.2 </version >
57
+ <version >3.6.0 </version >
58
58
<scope >compile</scope >
59
59
</dependency >
60
60
</dependencies >
You can’t perform that action at this time.
0 commit comments