Skip to content

Commit

Permalink
Add build status with travis-ci
Browse files Browse the repository at this point in the history
Signed-off-by: Obed N Munoz <[email protected]>
  • Loading branch information
obedmr committed Oct 1, 2019
1 parent 35c89c9 commit 3be43ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ env:
go:
- 1.12.x

# Only clone the most recent commit.
git:
depth: 1

# Skip the install step. Don't `go get` dependencies. Only build with the code
# in vendor/
install: true
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# GoVM Project
[![Build Status](https://travis-ci.org/govm-project/govm.svg?branch=master)](https://travis-ci.org/govm-project/govm)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fgovm-project%2Fgovm.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fgovm-project%2Fgovm?ref=badge_shield)

``govm`` is a Docker-based tool that will launch your pet VM inside docker containers. It will use Docker networking layer and will map it to your VM.
Expand Down

0 comments on commit 3be43ba

Please sign in to comment.