Skip to content

Commit

Permalink
Cross publish for sbt 0.13 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand authored Feb 15, 2019
1 parent d0dc7fb commit ca898d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
script: sbt scripted

- stage: publish
script: sbt publish
script:
- sbt publish
- sbt ^^0.13.18 ++2.10.7 publish

stages:
# runs on master commits and PRs
Expand Down

0 comments on commit ca898d5

Please sign in to comment.