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 eb2033e commit 08f5502Copy full SHA for 08f5502
.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