File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1+ version : ~> 1.0 # needed for imports
2+ import : scala/scala-dev:travis/default.yml
13language : scala
24
3- jdk :
4- - openjdk8
5+ env :
6+ - ADOPTOPENJDK=8
57
68script :
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-
1811notifications :
1912 email :
20- - adriaan.moors@lightbend.com
2113 - seth.tisue@lightbend.com
Original file line number Diff line number Diff line change 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" )
You can’t perform that action at this time.
0 commit comments