Skip to content

Commit 3ca7ed5

Browse files
committed
publish via Sonatype (via sbt-ci-release), not Bintray
because #bintraymageddon
1 parent 181cee2 commit 3ca7ed5

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

.travis.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
1+
version: ~> 1.0 # needed for imports
2+
import: scala/scala-dev:travis/default.yml
13
language: scala
24

3-
jdk:
4-
- openjdk8
5+
env:
6+
- ADOPTOPENJDK=8
57

68
script:
79
- sbt test
810

9-
before_cache:
10-
- find $HOME/.sbt -name "*.lock" | xargs rm
11-
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm
12-
cache:
13-
directories:
14-
- $HOME/.ivy2
15-
- $HOME/.sbt/boot
16-
- $HOME/.sbt/launchers
17-
1811
notifications:
1912
email:
20-
2113

project/plugins.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
2-
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1")
1+
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")

0 commit comments

Comments
 (0)