ci: add debug version info

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov 2018-10-23 14:12:33 +02:00
parent ff8d87226f
commit 1c3747ab66
No known key found for this signature in database
GPG Key ID: 8039F5787EFCD05D

View File

@ -28,6 +28,7 @@ jobs:
name: 'golang unitTests'
stage: test
install:
- gimme version
- if [ "$ONIGURUMA" == "1" ]; then tags="$tags oniguruma"; fi; go get -v -t --tags "$tags" ./...
script:
- make test-coverage
@ -104,7 +105,6 @@ jobs:
install:
- eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=$GO_VERSION bash)"
- go version
- go version
- go get -v gopkg.in/src-d/enry.v1/...
before_script:
- cd java