Skip to content

Commit 8fee7c0

Browse files
committed
Add travis configuration file
1 parent a77cab6 commit 8fee7c0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: go
2+
go:
3+
- 1.4
4+
- tip
5+

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
go-difflib
22
==========
33

4+
[![Build Status](https://travis-ci.org/pmezard/go-difflib.png?branch=master)](https://travis-ci.org/pmezard/go-difflib)
5+
46
Go-difflib is a partial port of python 3 difflib package. Its main goal
57
was to make unified and context diff available in pure Go, mostly for
68
testing purposes.

0 commit comments

Comments
 (0)