From 1e77381b39be674830f27a5426a2be7fc74b65ca Mon Sep 17 00:00:00 2001 From: Sarath Sadasivan Pillai Date: Thu, 25 Oct 2018 11:20:22 +0530 Subject: [PATCH 1/4] Added travis config for test --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9acba45 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ + language: go + script: go test ./... + go: + - "1.8" + - "1.9" + - "1.10" + - "1.11" From 25206464d1c05a0d77ce3625dba251d2cb02144a Mon Sep 17 00:00:00 2001 From: Sarath Sadasivan Pillai Date: Thu, 25 Oct 2018 12:45:58 +0530 Subject: [PATCH 2/4] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9acba45..b9cb25d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: go + go_import_path: github.com/chain/txvm script: go test ./... go: - "1.8" From 70bc311f8b0ff04ad870b384e98e03bf70bf8910 Mon Sep 17 00:00:00 2001 From: Sarath Sadasivan Pillai Date: Thu, 25 Oct 2018 13:01:30 +0530 Subject: [PATCH 3/4] Update .travis.yml Support from 1.9 only --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b9cb25d..e42f011 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ go_import_path: github.com/chain/txvm script: go test ./... go: - - "1.8" - "1.9" - "1.10" - "1.11" From 5b234725d789244eafec9972b7d5d0e9233d4b21 Mon Sep 17 00:00:00 2001 From: Sarath Sadasivan Pillai Date: Thu, 25 Oct 2018 13:05:39 +0530 Subject: [PATCH 4/4] Update Readme.md Added Travis test badge --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,