diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e42f011 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ + language: go + go_import_path: github.com/chain/txvm + script: go test ./... + go: + - "1.9" + - "1.10" + - "1.11" diff --git a/Readme.md b/Readme.md index e464917..aff0cd2 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# TxVM +# TxVM [![Build Status](https://travis-ci.com/sarathsp06/txvm.svg?branch=main)](https://travis-ci.com/sarathsp06/txvm) This repository contains the source code for TxVM and related components of the Chain Protocol. It also contains command line tools for creating,