mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-23 08:30:07 -03:00
Add two-engine tests
Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
This commit is contained in:
parent
e8d150c4fd
commit
b087f85697
10
.travis.yml
10
.travis.yml
@ -4,16 +4,26 @@ go:
|
|||||||
- 1.8
|
- 1.8
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libonig-dev
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
- ONIGUMURA=1
|
||||||
|
- ONIGUMURA=0
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- rm -rf $GOPATH/src/gopkg.in/src-d
|
- rm -rf $GOPATH/src/gopkg.in/src-d
|
||||||
- mkdir -p $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
|
- ln -s $PWD $GOPATH/src/gopkg.in/src-d/enry.v1
|
||||||
- cd $GOPATH/src/gopkg.in/src-d/enry.v1
|
- cd $GOPATH/src/gopkg.in/src-d/enry.v1
|
||||||
|
- if [ "$ONIGUMURA" == "1" ]; then make onigumura; fi
|
||||||
- go get -v -t ./...
|
- go get -v -t ./...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user