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 31f38a3 commit 7a2b21eCopy full SHA for 7a2b21e
.travis.yml
@@ -2,6 +2,10 @@ language: scala
2
jdk:
3
- oraclejdk8
4
script:
5
+- git clone https://github.com/gitbucket/gitbucket.git
6
+- cd gitbucket
7
+- sbt publishLocal
8
+- cd ../
9
- sbt scalafmtCheck scalafmtSbtCheck assembly
10
- cp target/scala-*/*.jar .
11
cache:
0 commit comments