Skip to content

Commit

Permalink
.travis.yml: cross-build and -publish, but only publish on tags
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
nafg committed Dec 16, 2019
1 parent c681cc4 commit 4dac048
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
jdk:
- openjdk8
language: scala
script: "sbt test"
after_success: "sbt publish"
script: "sbt +test"
deploy:
provider: script
script: sbt +publish
on:
tags: true

0 comments on commit 4dac048

Please sign in to comment.