We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181cee2 commit 3ca7ed5Copy full SHA for 3ca7ed5
.travis.yml
@@ -1,21 +1,13 @@
1
+version: ~> 1.0 # needed for imports
2
+import: scala/scala-dev:travis/default.yml
3
language: scala
4
-jdk:
- - openjdk8
5
+env:
6
+ - ADOPTOPENJDK=8
7
8
script:
9
- sbt test
10
-before_cache:
- - 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
-
18
notifications:
19
email:
20
- - [email protected]
21
- [email protected]
project/plugins.sbt
@@ -1,2 +1 @@
-addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
-addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1")
+addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
0 commit comments