project renamed to enry

This commit is contained in:
Máximo Cuadros
2017-06-08 09:27:27 +02:00
parent c37fe182d4
commit 3a470f617c
33 changed files with 42 additions and 35 deletions

View File

@ -11,8 +11,8 @@ matrix:
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
- ln -s $PWD $GOPATH/src/gopkg.in/src-d/enry.v1
- cd $GOPATH/src/gopkg.in/src-d/enry.v1
- go get -v -t ./...