Skip to content

Commit e133ab3

Browse files
committed
Added TravisCI testing
1 parent 94aa9d9 commit e133ab3

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Build Status](https://travis-ci.org/Coding-Web-Community/CodingBump.svg?branch=master)](https://travis-ci.org/Coding-Web-Community/CodingBump)
12
# CodingBump
23
Disboard clone (for now)
34

api/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Build Status](https://travis-ci.org/Coding-Web-Community/CodingBump.svg?branch=master)](https://travis-ci.org/Coding-Web-Community/CodingBump)
12
# Central API
23

34
## Usage

0 commit comments

Comments
 (0)