Skip to content

Commit c3f248f

Browse files
committed
Use cross sbt version when publishing
1 parent d13fcf0 commit c3f248f

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
@@ -7,7 +7,7 @@ jobs:
77
- stage: test
88
script: sbt test
99
- stage: publish
10-
script: sbt publish
10+
script: sbt ^publish
1111

1212
stages:
1313
- name: test # runs on master commits and PRs

0 commit comments

Comments
 (0)