mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-23 08:30:07 -03:00
travis
This commit is contained in:
parent
06d729c9db
commit
45f82764b0
20
.travis.yml
Normal file
20
.travis.yml
Normal 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
|
@ -1,4 +1,4 @@
|
||||
# simple-linguist
|
||||
# simple-linguist [](https://godoc.org/gopkg.in/src-d/simple-linguist.v1) [](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*.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user