Skip to content

Commit 3854e89

Browse files
authored
Merge pull request #9 from 2m/wip-corss-pubish-2m
Use cross sbt version when publishing
2 parents 63edbaf + c3f248f commit 3854e89

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)