This commit is contained in:
Máximo Cuadros 2017-04-05 19:21:01 +02:00
parent 06d729c9db
commit 45f82764b0
2 changed files with 21 additions and 1 deletions

20
.travis.yml Normal file
View File

@ -0,0 +1,20 @@
language: go
go:
- 1.8
- tip
matrix:
allow_failures:
- go: tip
install:
- rm -rf $GOPATH/src/gopkg.in/src-d
- mkdir -p $GOPATH/src/gopkg.in/src-d
- ln -s $PWD $GOPATH/src/gopkg.in/src-d/simple-linguist.v1
- cd $GOPATH/src/gopkg.in/src-d/simple-linguist.v1
- go get -v -t ./...
script:
- make test

View File

@ -1,4 +1,4 @@
# simple-linguist
# simple-linguist [![GoDoc](https://godoc.org/gopkg.in/src-d/simple-linguist.v1?status.svg)](https://godoc.org/gopkg.in/src-d/simple-linguist.v1) [![Build Status](https://travis-ci.org/src-d/simple-linguist.svg?branch=master)](https://travis-ci.org/src-d/simple-linguist)
File language detector and toolbox to ignore binary or vendored files. *simple-linguist*, is our port to _Go_ of the original [lignuist](https://github.com/github/linguist) _Ruby_ library, with fewer precision in arcane languages but with an improved *performance of 100x*.