Skip to content

Commit 7a2b21e

Browse files
committed
Update travis build script
1 parent 31f38a3 commit 7a2b21e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: scala
22
jdk:
33
- oraclejdk8
44
script:
5+
- git clone https://github.com/gitbucket/gitbucket.git
6+
- cd gitbucket
7+
- sbt publishLocal
8+
- cd ../
59
- sbt scalafmtCheck scalafmtSbtCheck assembly
610
- cp target/scala-*/*.jar .
711
cache:

0 commit comments

Comments
 (0)