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 94aa9d9 commit e133ab3Copy full SHA for e133ab3
.travis.yml
@@ -0,0 +1,10 @@
1
+language: go
2
+
3
+go:
4
+ - 1.x
5
+ - 1.15
6
7
+script:
8
+ - cd api/src
9
+ - go test -v .
10
+ - go build
README.md
@@ -1,3 +1,4 @@
+[](https://travis-ci.org/Coding-Web-Community/CodingBump)
# CodingBump
Disboard clone (for now)
api/README.md
# Central API
## Usage
0 commit comments