Skip to content

Commit dfd7d77

Browse files
committed
ci: bump travis build to jammy
1 parent 2491798 commit dfd7d77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: java
22
install: true
33
os: linux
4-
dist: bionic
4+
dist: jammy
55
jdk:
66
- openjdk8
77

@@ -16,7 +16,7 @@ cache:
1616

1717
script:
1818
- test/bin/smoketest || travis_terminate 1
19-
- ./gradlew -is check
19+
- ./gradlew -is clean check
2020

2121
before_deploy:
2222
- |

0 commit comments

Comments
 (0)