Skip to content

Commit e4f8fe4

Browse files
committed
- added .travis.yml file
1 parent 84ef78e commit e4f8fe4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: go
2+
3+
go:
4+
- 1.13.x
5+
- 1.12.x
6+
- 1.11.x
7+
8+
script: go test

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# gosoup
22

33
[![Go Report Card](https://goreportcard.com/badge/github.com/gurkankaymak/gosoup)](https://goreportcard.com/report/github.com/gurkankaymak/gosoup)
4+
[![GoDoc](https://godoc.org/github.com/gurkankaymak/gosoup?status.svg)](https://godoc.org/github.com/gurkankaymak/gosoup)
45

56
Lightweight go library for pulling data out of HTML
67

0 commit comments

Comments
 (0)