mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
ci: add debug version info
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
parent
ff8d87226f
commit
1c3747ab66
@ -28,6 +28,7 @@ jobs:
|
|||||||
name: 'golang unitTests'
|
name: 'golang unitTests'
|
||||||
stage: test
|
stage: test
|
||||||
install:
|
install:
|
||||||
|
- gimme version
|
||||||
- if [ "$ONIGURUMA" == "1" ]; then tags="$tags oniguruma"; fi; go get -v -t --tags "$tags" ./...
|
- if [ "$ONIGURUMA" == "1" ]; then tags="$tags oniguruma"; fi; go get -v -t --tags "$tags" ./...
|
||||||
script:
|
script:
|
||||||
- make test-coverage
|
- make test-coverage
|
||||||
@ -104,7 +105,6 @@ jobs:
|
|||||||
install:
|
install:
|
||||||
- eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=$GO_VERSION bash)"
|
- eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=$GO_VERSION bash)"
|
||||||
- go version
|
- go version
|
||||||
- go version
|
|
||||||
- go get -v gopkg.in/src-d/enry.v1/...
|
- go get -v gopkg.in/src-d/enry.v1/...
|
||||||
before_script:
|
before_script:
|
||||||
- cd java
|
- cd java
|
||||||
|
Loading…
Reference in New Issue
Block a user