Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: go
go_import_path: github.com/chain/txvm
script: go test ./...
go:
- "1.9"
- "1.10"
- "1.11"
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TxVM
# TxVM [![Build Status](https://travis-ci.com/sarathsp06/txvm.svg?branch=main)](https://travis-ci.com/sarathsp06/txvm)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can replace "sarathsp06" with "chain" once reviewed

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# TxVM [![Build Status](https://travis-ci.com/sarathsp06/txvm.svg?branch=main)](https://travis-ci.com/sarathsp06/txvm)
# TxVM [![Build Status](https://travis-ci.com/sarathsp06/txvm.svg?branch=main)](https://travis-ci.com/sarathsp06/txvm)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mazzika


This repository contains the source code for TxVM and related components of the Chain Protocol.
It also contains command line tools for creating,
Expand Down