From 7b1a15df7f7406134d0b31ecab7de5058412381d Mon Sep 17 00:00:00 2001 From: arnaucube Date: Mon, 3 Jun 2019 18:35:08 +0200 Subject: [PATCH] add travis --- .travis.yml | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..197076e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: go + +go: + - "1.12" + +env: + - GO111MODULE=on diff --git a/README.md b/README.md index c79fd17..617e3fd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# go-snark [![Go Report Card](https://goreportcard.com/badge/github.com/arnaucube/go-snark)](https://goreportcard.com/report/github.com/arnaucube/go-snark) +# go-snark [![Go Report Card](https://goreportcard.com/badge/github.com/arnaucube/go-snark)](https://goreportcard.com/report/github.com/arnaucube/go-snark) [![Build Status](https://travis-ci.org/arnaucube/go-snark.svg?branch=master)](https://travis-ci.org/arnaucube/go-snark) zkSNARK library implementation in Go