Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <jb55@jb55.com>
  • Loading branch information
jb55 committed Oct 11, 2019
1 parent bfed160 commit 437df20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: go
script:
- env GO111MODULE=on go build
- env GO111MODULE=on go test ./test

go:
- 1.11.x
- 1.12.x
- master
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# Commit0 [POC]

[![Build Status](https://travis-ci.org/commitdev/commit0.svg)](https://travis-ci.org/commitdev/commit0)

Status: currently poc

Commit0 intends to be a multi-language service generator. The intention is to create a modular monolith, which is easy to seperate at a later stage when the boundries are completely understood.
Expand Down

0 comments on commit 437df20

Please sign in to comment.