Add travis configuration file

This commit is contained in:
Patrick Mezard
2015-04-19 18:35:27 +02:00
parent a77cab6ef2
commit 8fee7c0920
2 changed files with 7 additions and 0 deletions

5
.travis.yml Normal file
View File

@@ -0,0 +1,5 @@
language: go
go:
- 1.4
- tip

View File

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