Rename onigumura to oniguruma

This change names the dependency like its called. The link to the
package was correct, but all other references were renamed where I could
find time with git grep.

Signed-off-by: Zeger-Jan van de Weg <git@zjvandeweg.nl>
This commit is contained in:
Zeger-Jan van de Weg
2018-03-28 20:52:49 +02:00
parent 0db3b4b553
commit 7923b86ebd
4 changed files with 17 additions and 17 deletions

View File

@ -15,15 +15,15 @@ matrix:
fast_finish: true
env:
- ONIGUMURA=0
- ONIGUMURA=1
- ONIGURUMA=0
- ONIGURUMA=1
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/enry.v1
- cd $GOPATH/src/gopkg.in/src-d/enry.v1
- if [ "$ONIGUMURA" == "1" ]; then make onigumura; fi
- if [ "$ONIGURUMA" == "1" ]; then make oniguruma; fi
- go get -v -t ./...
script:
@ -47,7 +47,7 @@ deploy:
jobs:
env:
- ONIGUMURA=0
- ONIGURUMA=0
include:
- stage: test
language: scala