Browse Source

add travis

pull/10/head
arnaucube 4 years ago
parent
commit
7b1a15df7f
2 changed files with 8 additions and 1 deletions
  1. +7
    -0
      .travis.yml
  2. +1
    -1
      README.md

+ 7
- 0
.travis.yml

@ -0,0 +1,7 @@
language: go
go:
- "1.12"
env:
- GO111MODULE=on

+ 1
- 1
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

Loading…
Cancel
Save