Skip to content

Commit

Permalink
.travis.yml: cross build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Jan 6, 2020
1 parent 652c6a4 commit cca8a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
jdk:
- openjdk8
language: scala
script: "sbt test"
script: "sbt +test"
deploy:
provider: script
script: sbt publish
script: sbt +publish
on:
tags: true

0 comments on commit cca8a37

Please sign in to comment.