Skip to content

Commit 9790533

Browse files
authored
Merge pull request #29 from x1unix/dev
update README and travis
2 parents b5f6ec7 + b5276a7 commit 9790533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go:
55

66
branches:
77
only:
8-
# - master
8+
- master
99
- dev
1010
env:
1111
- GO111MODULE=on

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Better Go Playground
22

33
[![Build Status](https://travis-ci.org/x1unix/go-playground.svg?branch=master)](https://travis-ci.org/x1unix/go-playground)
4-
[![Coverage Status](https://coveralls.io/repos/github/x1unix/go-playground/badge.svg?branch=master)](https://coveralls.io/github/x1unix/go-playground?branch=master)
4+
[![Coverage Status](https://coveralls.io/repos/github/x1unix/go-playground/badge.svg?branch=dev)](https://coveralls.io/github/x1unix/go-playground?branch=dev)
55
[![Goreportcard](https://goreportcard.com/badge/github.com/x1unix/go-playground)](https://goreportcard.com/report/github.com/x1unix/go-playground)
66

77
Improved Go Playground powered by Monaco Editor and React

0 commit comments

Comments
 (0)