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 7ca40ae commit 8affe43Copy full SHA for 8affe43
.travis.yml
@@ -7,4 +7,8 @@ cache:
7
- "$HOME/.ivy2"
8
- "$HOME/.sbt"
9
script:
10
+- git clone https://github.com/gitbucket/gitbucket.git
11
+- cd gitbucket
12
+- sbt publishLocal
13
+- cd ../
14
- sbt test
0 commit comments