mirror of
https://github.com/pmezard/go-difflib.git
synced 2026-03-31 16:47:07 +09:00
Add travis configuration file
This commit is contained in:
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.4
|
||||
- tip
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
go-difflib
|
||||
==========
|
||||
|
||||
[](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.
|
||||
|
||||
Reference in New Issue
Block a user