Skip to content

Commit 9dd6da7

Browse files
committed
fix sbt-ci-release config
1 parent ba6a210 commit 9dd6da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ script:
1919

2020
stages:
2121
- name: release
22-
if: (tag IS present) AND NOT fork AND env(ADOPTOPENJDK) = 8
22+
if: (tag IS present) AND NOT fork
2323

2424
jobs:
2525
include:

0 commit comments

Comments
 (0)