From b5276a7265746569e81379b446efc7b0b6751616 Mon Sep 17 00:00:00 2001 From: x1unix Date: Wed, 12 Aug 2020 02:43:04 +0300 Subject: [PATCH] update README and travis --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5afca935..98d00bf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ go: branches: only: -# - master + - master - dev env: - GO111MODULE=on diff --git a/README.md b/README.md index 60d99ade..79d76b4d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Better Go Playground [![Build Status](https://travis-ci.org/x1unix/go-playground.svg?branch=master)](https://travis-ci.org/x1unix/go-playground) -[![Coverage Status](https://coveralls.io/repos/github/x1unix/go-playground/badge.svg?branch=master)](https://coveralls.io/github/x1unix/go-playground?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/x1unix/go-playground/badge.svg?branch=dev)](https://coveralls.io/github/x1unix/go-playground?branch=dev) [![Goreportcard](https://goreportcard.com/badge/github.com/x1unix/go-playground)](https://goreportcard.com/report/github.com/x1unix/go-playground) Improved Go Playground powered by Monaco Editor and React